Skip to content

Commit

Permalink
fix numpy until chaospy is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Jun 17, 2024
1 parent 09bb325 commit 497a449
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,5 +1,5 @@
numba
numpy
numpy<=1.26.4
pandas
pathos
dill
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
install_requires=[
"numba",
"emcee",
"numpy",
"numpy<=1.26.4",
"pandas",
"pathos",
"dill",
Expand Down

0 comments on commit 497a449

Please sign in to comment.