Skip to content

Commit

Permalink
added cartopy dependencies explicitly
Browse files Browse the repository at this point in the history
hopefully this works, although my local virtual environment doesn't require these...
  • Loading branch information
ray-chew committed Mar 18, 2024
1 parent 2e8ac14 commit 25eddcb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
matplotlib==3.7.2
cython>=0.29.24
numpy==1.24.3
shapely>=1.7.1
pyshp>=2.3
pyproj>=3.1.0
Cartopy==0.21.1
h5py==3.9.0
ipython==8.12.3
matplotlib==3.7.2
netCDF4==1.6.5
noise==1.2.2
numba==0.57.1
numpy==1.24.3
pandas==2.0.3
scikit_learn==1.3.0
scipy==1.12.0

0 comments on commit 25eddcb

Please sign in to comment.