From bc73cffe87ca39daf17e46c9e3a8f89093d14a7d Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Mon, 29 Apr 2024 13:46:17 -0600 Subject: [PATCH] Update parsl dep to match new fork location & add gdal --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 4f99d41..135a7ef 100644 --- a/environment.yml +++ b/environment.yml @@ -8,10 +8,11 @@ dependencies: # dependency specification problem: # https://github.com/conda-forge/parsl-feedstock/pull/72 - parsl-with-kubernetes ~=2024.4,>=2014.4.15 + - gdal # We forked Parsl to get around this issue: # https://github.com/Parsl/parsl/pull/3357 # TODO: Once the PR above is merged, ensure built for conda-forge and move # parsl back out of the pip section - pip: - - "--editable=git+https://github.com/QGreenland-Net/parsl.git@k8s-use-incluser-config-fallback#egg=parsl" + - "--editable=git+https://github.com/trey-stafford/parsl.git@k8s-use-incluser-config-fallback#egg=parsl"