Skip to content

Commit

Permalink
fix issue with pip version strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
twguest committed Sep 21, 2023
1 parent 67adde0 commit 08ba0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib==3.7.1
numpy==1.21
scipy==1.10.1
matplotlib>=3.7.1
numpy>=1.21
scipy>=1.10.1
tables
h5py

0 comments on commit 08ba0ec

Please sign in to comment.