Skip to content

Commit

Permalink
Merge pull request #162 from TREX-CoE/test-numpy2
Browse files Browse the repository at this point in the history
Test numpy 2.0
  • Loading branch information
scemama authored Jun 28, 2024
2 parents 92504e0 + 19adc9d commit 8f41ef3
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 258 deletions.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ requires = [
"setuptools>=42",
"wheel",
"pkgconfig",
"oldest-supported-numpy"
"numpy",
]
build-backend = "setuptools.build_meta"
3 changes: 1 addition & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
setuptools>=42
pkgconfig
numpy<1.27.0
numpy>=1.17.3
numpy
Loading

0 comments on commit 8f41ef3

Please sign in to comment.