From 6d365e89fcd41c9ede9b110b6c7671fcc118154a Mon Sep 17 00:00:00 2001 From: Thomas Kluyver <thomas.kluyver@xfel.eu> Date: Fri, 6 Dec 2024 14:44:23 +0100 Subject: [PATCH] Use a released version of env-cache again --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65fda681b..a4bbd1d25 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ install_requires = [ "docutils==0.20.1", "dynaconf==3.2.4", "dynflatfield==1.1.0", - "env_cache @ git+https://github.com/European-XFEL/env-cache.git@69e2117025b3a729d06d7c7f70d6c10a571353dc", # TODO: release + "env_cache==0.2", "extra_data==1.16.0", "extra_geom==1.11.0", "gitpython==3.1.42", -- GitLab