From c4045fed88ab7875c7477988574ce74cb9ca5cc8 Mon Sep 17 00:00:00 2001 From: mgrover1 Date: Thu, 7 Nov 2024 11:17:51 -0600 Subject: [PATCH] FIX: Ensure same dependencies in requirements and env files --- continuous_integration/environment-ci.yml | 4 ++-- doc/environment.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/continuous_integration/environment-ci.yml b/continuous_integration/environment-ci.yml index 7ee25aed4f..8b0c4a171c 100644 --- a/continuous_integration/environment-ci.yml +++ b/continuous_integration/environment-ci.yml @@ -12,7 +12,7 @@ dependencies: - wradlib - cartopy - cvxopt - - xarray + - xarray<=2024.9.0 - metpy - pytest-cov - pytest-mpl @@ -25,7 +25,7 @@ dependencies: - shapely - ruff - mda-xdrlib - - xradar + - xradar<=0.7.0 - pooch - versioneer - black diff --git a/doc/environment.yml b/doc/environment.yml index d2ec218471..a113afdb22 100644 --- a/doc/environment.yml +++ b/doc/environment.yml @@ -13,7 +13,7 @@ dependencies: - metpy - cartopy - cvxopt - - xarray + - xarray<=2024.9.0 - sphinx<7.2 - ipython - pandoc @@ -34,7 +34,7 @@ dependencies: - pre_commit - cmweather - mda-xdrlib - - xradar + - xradar<=0.7.0 - dask - pip - pip: