Skip to content

Commit

Permalink
require numpy<2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Jul 3, 2024
1 parent 798567e commit 4313f20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python>=3.8
- progressbar2
- pathos>=0.2
- numpy
- numpy<2.0
- matplotlib-base
- tblib
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- python>=3.8
- progressbar2
- pathos>=0.2
- numpy
- numpy<2.0
- matplotlib-base
- tblib
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
progressbar2
pathos>=0.2
numpy
numpy<2.0
tblib
pyyaml
dill
Expand Down

0 comments on commit 4313f20

Please sign in to comment.