Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02241ac

Browse files
committed
fixed the tox and pyproject settings for numpy 2
1 parent 9ceb14e commit 02241ac

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires = [
2626
# Avoid https://github.com/pypa/virtualenv/issues/2006
2727
"distlib==0.3.7",
2828
# Numpy headers
29-
"numpy>=1.14.3,<1.27", # Update setup.py as well.
29+
"numpy>=1.14.3,<2.2.0", # Update setup.py as well.
3030
# having cython here will create wheels that are platform dependent.
3131
"cython>=3.0,<4",
3232
## deps for generating external transform wrappers:

sdks/python/tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ commands =
318318
[testenv:py{39,310}-pandas-{14,15,20}]
319319
deps =
320320
14: pandas>=1.4.3,<1.5.0
321+
14: numpy>=1.14.3,<1.27.0
321322
# Exclude 1.5.0 and 1.5.1 because of https://github.com/pandas-dev/pandas/issues/45725
322323
15: pandas>=1.5.2,<1.6.0
323324
20: pandas>=2.0.0,<2.1.0

0 commit comments

Comments
 (0)