Skip to content

Commit

Permalink
Depend on oldest-supported-numpy instead of plain NumPy
Browse files Browse the repository at this point in the history
Requiring an oldest version of NumPy causes less incompatibilities with other
projects (esp. if they depend on oldest-supported-numpy themselves).

Tests seem to work just fine, and generated documentation still looks ok.
  • Loading branch information
ivilata committed Sep 26, 2023
1 parent e353f5e commit 61c4b00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
scikit-build
cython<3
cmake
numpy<2
oldest-supported-numpy
build
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scikit-build
cython<3
numpy<2
oldest-supported-numpy
sphinx
pydata-sphinx-theme
numpydoc
Expand Down
2 changes: 1 addition & 1 deletion requirements-runtime.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
msgpack
ndindex>=1.4
numpy>=1.20.3
oldest-supported-numpy
py-cpuinfo
2 changes: 1 addition & 1 deletion requirements-test-wheels.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip
numpy<2
oldest-supported-numpy
pytest
psutil
msgpack
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip
numpy<2
oldest-supported-numpy
pytest
psutil
msgpack
Expand Down

0 comments on commit 61c4b00

Please sign in to comment.