From 4f50873892bef779a0edfef9ecd828ddf5b9b9ff Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Fri, 30 Apr 2021 15:54:40 +0100
Subject: [PATCH] Use a public release of nbparameterise

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6acd8a39c..c5eb53795 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,6 @@ setup(
     ext_modules=cythonize(ext_modules),
     install_requires=[
         "iCalibrationDB @ git+ssh://git@git.xfel.eu:10022/detectors/cal_db_interactive.git@2.0.5",  # noqa
-        "nbparameterise @ git+ssh://git@git.xfel.eu:10022/detectors/nbparameterise.git@0.3",  # noqa
         "XFELDetectorAnalysis @ git+ssh://git@git.xfel.eu:10022/karaboDevices/pyDetLib.git@2.5.6-2.10.0#subdirectory=lib",  # noqa
         "Cython==0.29.21",
         "Jinja2==2.11.2",
@@ -101,6 +100,7 @@ setup(
         "nbclient==0.5.1",
         "nbconvert==5.6.1",
         "nbformat==5.0.7",
+        "nbparameterise==0.5",
         "notebook==6.1.5",
         "numpy==1.19.1",
         "prettytable==0.7.2",
-- 
GitLab