From d572ce7e8cd15dcc13ac3bd59eea18820045a68a Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 16 Oct 2023 13:07:57 -0500 Subject: [PATCH] Remove unused distributed and toolz CI deps --- continuous_integration/environment.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/continuous_integration/environment.yaml b/continuous_integration/environment.yaml index 5e80009..4ad20fb 100644 --- a/continuous_integration/environment.yaml +++ b/continuous_integration/environment.yaml @@ -4,8 +4,6 @@ channels: dependencies: - xarray - dask - - distributed - - toolz - Cython - sphinx - pillow @@ -16,5 +14,5 @@ dependencies: - h5py - pytest - pytest-cov - - pyproj >=3.0 + - pyproj - pyresample