Skip to content

Commit

Permalink
update other requirement files
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindougherty-noaa committed Jul 11, 2024
1 parent 2a390df commit 6dcd51b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-github.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pyyaml>=6.0
pycodestyle>=2.9.1
netCDF4>=1.6.1
matplotlib==3.5.2
matplotlib>=3.9.0
cartopy>=0.21.1
scikit-learn>=1.1.2
xarray>=2022.6.0
Expand All @@ -12,4 +12,4 @@ bokeh<3.5.0,>=3.4.0
geopandas>=0.13.2
geoviews>=1.10.0
nbsite
git+https://github.com/NOAA-EMC/emcpy.git@9b6756341e9ae963baa7d3a256b8ada3da688d04#egg=emcpy
git+https://github.com/NOAA-EMC/emcpy.git@f7b863d9508b921a78d7ff0e53de0b95e9a176f7#egg=emcpy
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ setuptools>=59.4.0
pyyaml>=6.0
pycodestyle>=2.8.0
netCDF4>=1.5.3
matplotlib>=3.7.1
matplotlib>=3.9.0
cartopy>=0.21.1
scipy>=1.9.3
xarray>=2022.3.0
pandas>=1.4.0
numpy>=1.22.3
numpy>=2.0.0

# Not explicitly part of eva but dependcies of eva dependencies already in spack-stack
# versions need to be set to avoid other versions being picked
pyproj==3.1.0
importlib-metadata==4.8.2

# Additional packages
git+https://github.com/NOAA-EMC/emcpy.git@9b6756341e9ae963baa7d3a256b8ada3da688d04#egg=emcpy
git+https://github.com/NOAA-EMC/emcpy.git@f7b863d9508b921a78d7ff0e53de0b95e9a176f7#egg=emcpy
scikit-learn
seaborn
hvplot
Expand Down

0 comments on commit 6dcd51b

Please sign in to comment.