ports/math/py-pandas/files/patch-pyproject.toml
Po-Chuan Hsieh 4f7413f291
math/py-pandas: Add missing RUN_DEPENDS (py-tzdata)
- While I'm here:
  - Update version requirement of *_DEPENDS
  - Convert to USE_PYTHON=autoplist
  - Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change

PR:		271110
Reference:	https://github.com/pandas-dev/pandas/blob/v2.0.1/pyproject.toml#L31
2023-05-08 00:05:31 +08:00

11 lines
361 B
TOML

--- pyproject.toml.orig 2023-04-24 00:14:41 UTC
+++ pyproject.toml
@@ -5,7 +5,7 @@ requires = [
"setuptools>=61.0.0",
"wheel",
"Cython>=0.29.33,<3", # Note: sync with setup.py, environment.yml and asv.conf.json
- "oldest-supported-numpy>=2022.8.16",
+ "numpy>=1.23.2",
"versioneer[toml]"
]
# build-backend = "setuptools.build_meta"