From 57f4ae3aa3a42c6617e5e6849b4750a063eb96b4 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 16 Oct 2023 14:37:58 -0500 Subject: [PATCH] Force pyproj 3+ in CI --- continuous_integration/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous_integration/environment.yaml b/continuous_integration/environment.yaml index 4ad20fb..17d45e3 100644 --- a/continuous_integration/environment.yaml +++ b/continuous_integration/environment.yaml @@ -14,5 +14,5 @@ dependencies: - h5py - pytest - pytest-cov - - pyproj + - pyproj >=3 - pyresample