math/py-pandas: Allow build with cython 3.1.0+
- Bump PORTREVISION for package change
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= pandas
|
||||
PORTVERSION= 2.2.3
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math devel python
|
||||
MASTER_SITES= PYPI
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user