From f2ea228f165ca9e53b1b4ab55d4bd2e6df7dcbc3 Mon Sep 17 00:00:00 2001 From: Egor Sobolev <egor.sobolev@xfel.eu> Date: Wed, 8 Jun 2022 17:33:01 +0200 Subject: [PATCH] Update extra-redu version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef4fbe0a2..3f98059d3 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ install_requires = [ "tabulate==0.8.6", "traitlets==4.3.3", "xarray==2022.3.0", - "EXtra-redu @ git+ssh://git@git.xfel.eu:10022/dataAnalysis/data-reduction.git@41571d9cca7ec3811d56caa6a1f0177b275fdb02", # noqa + "EXtra-redu==0.0.4", ] if "readthedocs.org" not in sys.executable: -- GitLab