Skip to content

Commit

Permalink
Fix failing ctests (JCSDA-internal#200)
Browse files Browse the repository at this point in the history
Update requirements.txt files
  • Loading branch information
kevindougherty-noaa authored Jul 11, 2024
1 parent d60260f commit 52b0b21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
6 changes: 3 additions & 3 deletions requirements_emc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ 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

# Additional packages
git+https://github.com/NOAA-EMC/emcpy.git@9b6756341e9ae963baa7d3a256b8ada3da688d04#egg=emcpy
git+https://github.com/NOAA-EMC/emcpy.git@f7b863d9508b921a78d7ff0e53de0b95e9a176f7#egg=emcpy

0 comments on commit 52b0b21

Please sign in to comment.