Skip to content

Commit

Permalink
feat: use numpy<=2.0.0 until other libraries have caught up
Browse files Browse the repository at this point in the history
The one I know so far:
- pytables: PyTables/PyTables#1083
  • Loading branch information
sanjayankur31 committed Jun 17, 2024
1 parent 0d3cb1b commit 46bcd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
lxml
six
networkx
numpy
numpy<2.0.0
tables>=3.3.0
typing; python_version<"3.5"
natsort
Expand All @@ -53,7 +53,7 @@ dev =
wheel
generateds >= 2.20a; python_version >= '3.0'
cython
numpy
numpy<2.0.0
networkx
flake8
pytest
Expand Down

0 comments on commit 46bcd6f

Please sign in to comment.