Skip to content

Commit

Permalink
chore: add GMAO requirements, update generic requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
asewnath committed Nov 18, 2024
1 parent 6608a31 commit 5102dc1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 14 deletions.
22 changes: 8 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
setuptools>=59.4.0
pyyaml>=6.0
pycodestyle>=2.8.0
setuptools
pyyaml
pycodestyle
netCDF4
matplotlib
cartopy>=0.21.1
scipy>=1.9.3
xarray>=2022.3.0
pandas>=1.4.0
numpy==1.22.3

# 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
importlib-metadata==4.8.2
contourpy==1.0.7
cartopy
scipy
xarray
pandas
numpy

# Additional packages
git+https://github.com/NOAA-EMC/emcpy.git@f7b863d9508b921a78d7ff0e53de0b95e9a176f7#egg=emcpy
Expand Down
26 changes: 26 additions & 0 deletions requirements_gmao.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
setuptools>=59.4.0
pyyaml>=6.0
pycodestyle>=2.8.0
netCDF4
matplotlib
cartopy>=0.21.1
scipy>=1.9.3
xarray>=2022.3.0
pandas>=1.4.0
numpy==1.22.3

# 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
importlib-metadata==4.8.2
contourpy==1.0.7

# Additional packages
git+https://github.com/NOAA-EMC/emcpy.git@f7b863d9508b921a78d7ff0e53de0b95e9a176f7#egg=emcpy
scikit-learn
seaborn
hvplot
nbconvert
bokeh
geopandas
geoviews

0 comments on commit 5102dc1

Please sign in to comment.