Skip to content

Commit

Permalink
Merge pull request #224 from mfem/update-requirements-numpy
Browse files Browse the repository at this point in the history
update requirements so that numpy < 2.0.0
  • Loading branch information
sshiraiwa authored Jun 25, 2024
2 parents 34f96a9 + fdfcd3a commit 98227f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy >= 1.20.0
numpy >= 1.20.0, < 2.0.0
numba
numba-scipy
scipy
swig >= 4.1.1
cmake
cmake

0 comments on commit 98227f8

Please sign in to comment.