From 52b0b21bdb9a62f44d9f17533ea02a01efb5215b Mon Sep 17 00:00:00 2001 From: Kevin Dougherty <69815622+kevindougherty-noaa@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:52:02 -0400 Subject: [PATCH] Fix failing ctests (#200) Update requirements.txt files --- requirements-github.txt | 4 ++-- requirements.txt | 6 +++--- requirements_emc.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-github.txt b/requirements-github.txt index 2ea4f668..789d7064 100644 --- a/requirements-github.txt +++ b/requirements-github.txt @@ -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 @@ -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 diff --git a/requirements.txt b/requirements.txt index 81eeb490..4171f714 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 # 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 @@ -15,7 +15,7 @@ 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 diff --git a/requirements_emc.txt b/requirements_emc.txt index 7b52934d..f60bbbd8 100644 --- a/requirements_emc.txt +++ b/requirements_emc.txt @@ -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