diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-26 18:03:45 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-26 19:30:13 +0800 |
| commit | 4136a20d405155e990c65b3e57aa336c2b1dfe85 (patch) | |
| tree | bcfd5947b7f46dac73fd9e1d0a240087649a7752 /math/py-pandas/files | |
| parent | b338821da044c5ef3bb64823602ef960b3e28fa9 (diff) | |
math/py-pandas: Allow build with cython 3.1.0+
- Bump PORTREVISION for package change
Diffstat (limited to 'math/py-pandas/files')
| -rw-r--r-- | math/py-pandas/files/patch-pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-pandas/files/patch-pyproject.toml b/math/py-pandas/files/patch-pyproject.toml index ed0dc0e94664..63506fa05bea 100644 --- a/math/py-pandas/files/patch-pyproject.toml +++ b/math/py-pandas/files/patch-pyproject.toml @@ -9,7 +9,8 @@ + "meson-python>=0.13.1", + "meson>=1.2.1", "wheel", - "Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json +- "Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json ++ "Cython>=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json # Force numpy higher than 2.0, so that built wheels are compatible # with both numpy 1 and 2 - "numpy>=2.0", |
