Skip to content

Commit

Permalink
Adding 2.0 version upperbound for numpy in setup.py (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
timryanb authored Oct 18, 2023
1 parent 19ace68 commit 03fb1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def get_mpi_flags():
author="Graeme J. Kennedy",
author_email="graeme.kennedy@ae.gatech.edu",
install_requires=[
"numpy",
"numpy<2.0.0",
"mpi4py>=3.1.1",
"scipy>=1.2.1",
"pynastran>=1.3.3",
Expand Down

0 comments on commit 03fb1c5

Please sign in to comment.