From a142d226ffa292abe7faba1bf1098b4d3a18633e Mon Sep 17 00:00:00 2001 From: philipc2 Date: Tue, 15 Aug 2023 11:52:56 -0500 Subject: [PATCH 1/2] attempt to fix upstream CI (1) --- ci/upstream-dev-environment.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/upstream-dev-environment.yml b/ci/upstream-dev-environment.yml index 3dcd166f0..dcedebd97 100644 --- a/ci/upstream-dev-environment.yml +++ b/ci/upstream-dev-environment.yml @@ -9,3 +9,7 @@ dependencies: - pytest - pytest-cov - scipy + - shapely + - spatialpandas + - pip: + - antimeridian From 4685e5593e74e1b68963d7341742b7756ca1bef8 Mon Sep 17 00:00:00 2001 From: philipc2 Date: Tue, 15 Aug 2023 12:08:01 -0500 Subject: [PATCH 2/2] attempt to fix CI (2) --- ci/upstream-dev-environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/upstream-dev-environment.yml b/ci/upstream-dev-environment.yml index dcedebd97..44a478f7f 100644 --- a/ci/upstream-dev-environment.yml +++ b/ci/upstream-dev-environment.yml @@ -2,6 +2,7 @@ name: uxarray_upstream_build channels: - conda-forge dependencies: + - matplotlib-base - netcdf4 - numba - numpy