Skip to content

Commit

Permalink
fix numpy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Apr 13, 2023
1 parent 85bbf62 commit 93a3bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- jupyter
- matplotlib<3.5
- mkl>=2021.3.0
- numpy>=1.21
- numpy>=1.21,<1.24
- Pillow
- pip
- pymatsolver
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.21
numpy>=1.21,<1.24
scipy>=1.7
matplotlib<3.5
ipywidgets>=0.6.0
Expand Down

0 comments on commit 93a3bb9

Please sign in to comment.