mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
- 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
11 lines
361 B
TOML
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"
|