diff --git a/deployments/datahub/images/default/environment.yml b/deployments/datahub/images/default/environment.yml index 6bddc73d6..e84ff3859 100644 --- a/deployments/datahub/images/default/environment.yml +++ b/deployments/datahub/images/default/environment.yml @@ -9,6 +9,9 @@ dependencies: - syncthing==1.18.6 - nbclassic==1.0.0 +# gh-scoped-creds needs a newer version of git than what jammy provides +- git==2.45.1 + # pymc3 needs this - mkl-service=2.4.*