Skip to content

Commit

Permalink
Update requirements.txt to pinned versions which work through tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamclar committed Jan 9, 2025
1 parent d7ae1f4 commit bb28c46
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
numpy>=1.18
scipy>=1.1
pandas>=1.1.5
gsw>=3.3.1
pymatreader>=0.0.24
pandas==2.0.3
numpy==1.21.0
scipy==1.10.1
gsw==3.6.19
pymatreader==0.0.32

# For plotting functionalities:
matplotlib>=3.1
pyshp>=2.1.3
matplotlib==3.7.5
pyshp==2.3.1

0 comments on commit bb28c46

Please sign in to comment.