Skip to content
Snippets Groups Projects
Commit 70676bef authored by Florian Deuerlein's avatar Florian Deuerlein
Browse files

undo tvb update

parent d4131839
No related branches found
No related tags found
No related merge requests found
Pipeline #25024 passed with stage
in 21 minutes and 45 seconds
...@@ -124,7 +124,7 @@ RUN fix-permissions /opt/app-root/ && \ ...@@ -124,7 +124,7 @@ RUN fix-permissions /opt/app-root/ && \
COPY base/passwd.template /tmp/passwd.template COPY base/passwd.template /tmp/passwd.template
COPY base/group.template /tmp/group.template COPY base/group.template /tmp/group.template
COPY base/start-notebook.sh /opt/app-root/etc/ COPY base/start-notebook.sh /opt/app-root/etc/
# COPY base/.spynnaker.cfg /opt/app-root/src/ COPY base/.spynnaker.cfg /opt/app-root/src/
RUN chmod +x /opt/app-root/etc/start-notebook.sh RUN chmod +x /opt/app-root/etc/start-notebook.sh
WORKDIR /opt/app-root/src/ WORKDIR /opt/app-root/src/
......
...@@ -35,7 +35,7 @@ Pygments==2.11.2 ...@@ -35,7 +35,7 @@ Pygments==2.11.2
python-swiftclient==3.13.0 python-swiftclient==3.13.0
PyJWT==2.3.0 PyJWT==2.3.0
pyOpenSSL==22.0.0 # TODO: Issue with 22.1 https://github.com/pyca/pyopenssl/issues/1154 pyOpenSSL==22.0.0 # TODO: Issue with 22.1 https://github.com/pyca/pyopenssl/issues/1154
pyunicore==0.15.0 pyunicore==0.11.4
requests-oauthlib==1.3.0 requests-oauthlib==1.3.0
rise==5.7.1 rise==5.7.1
rpy2==3.4.5 rpy2==3.4.5
...@@ -45,11 +45,10 @@ scipy==1.10.1 ...@@ -45,11 +45,10 @@ scipy==1.10.1
seaborn==0.11.2 seaborn==0.11.2
statsmodels==0.13.1 statsmodels==0.13.1
sympy==1.9 sympy==1.9
tvb-ext-bucket==1.0.0 tvb-ext-bucket==0.3.0
tvb-ext-unicore==1.2.0 tvb-ext-unicore==1.1.0
tvb-widgets==1.5.0 tvb-widgets==1.2.0
tvb-ext-xircuits==1.1.0 tvb-ext-xircuits==1.0.2
#tvb-ext-xircuits==1.0.2
vincent==0.4.4 vincent==0.4.4
widgetsnbextension==3.5.2 widgetsnbextension==3.5.2
xlrd==2.0.1 xlrd==2.0.1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment