Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Update parsl dep to match new fork location & add gdal
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Apr 29, 2024
1 parent 25407f1 commit bc73cff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit bc73cff

Please sign in to comment.