Skip to content

Commit

Permalink
allow numpy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Nov 28, 2024
1 parent 6cc9374 commit 3a7cc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pyyaml
future
emcee
numpy < 2
numpy
scipy
matplotlib
pybind11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def run(self):
requirements = [
"pyyaml",
"emcee",
"numpy<2",
"numpy",
"scipy",
"matplotlib",
"pybind11",
Expand Down

0 comments on commit 3a7cc1c

Please sign in to comment.