Skip to content

Commit

Permalink
[test ci] Force numpy 1.26
Browse files Browse the repository at this point in the history
Signed-off-by: David Davó <[email protected]>
  • Loading branch information
daviddavo committed Jul 5, 2024
1 parent dff4b0c commit 2af59a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"nltk>=3.8.1,<4", # requires tqdm
"notebook>=6.5.5,<8", # requires ipykernel, jinja2, jupyter, nbconvert, nbformat, packaging, requests
"numba>=0.57.0,<1",
"numpy>=1.26;python_version>='3.12'",
"pandas>2.0.0,<3.0.0", # requires numpy
"pandera[strategies]>=0.6.5,<0.18;python_version<='3.8'", # For generating fake datasets
"pandera[strategies]>=0.15.0;python_version>='3.9'",
Expand Down Expand Up @@ -127,7 +126,6 @@
exclude=["contrib", "docs", "examples", "scenarios", "tests", "tools"],
),
setup_requires=[
"numpy>=1.19",
"numpy>=1.26;python_version>='3.12'",
"numpy>=1.26",
],
)

0 comments on commit 2af59a1

Please sign in to comment.