From f360cd79c629197946ac9cb247f1f3ed6780746b Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Fri, 19 Apr 2024 10:07:14 +0200
Subject: [PATCH] don't install packages included in the ESD

(but keep anything jupyter-related for now)
---
 base/requirements.txt | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/base/requirements.txt b/base/requirements.txt
index bdf4d41..59f75d9 100644
--- a/base/requirements.txt
+++ b/base/requirements.txt
@@ -1,37 +1,17 @@
 bokeh==2.4.2
-Cython==0.29.26
-h5py==3.6.0
 ipympl==0.8.5
 ipywidgets==7.6.5
 jupyterlab-widgets==1.0.2
 jupyterlab-topbar==0.6.1
 jupyterlab-system-monitor==0.8.0
 jupyterlab-git==0.34.1
-lxml==4.7.1
-matplotlib==3.5.3
-mpi4py==3.1.3
 nbdime==3.1.1
 nbgitpuller==1.0.2
 nbresuse==0.4.0
 nglview==3.0.3
-nibabel==3.2.1
-numba==0.56.4
-numexpr==2.8.1
-numpy==1.23.5
-pandas==1.3.5
-patsy==0.5.2
-plotly==5.5.0
-python-swiftclient==3.13.0
 pyOpenSSL==22.0.0 # TODO: Issue with 22.1 https://github.com/pyca/pyopenssl/issues/1154
 requests-oauthlib==1.3.0
 rise==5.7.1
-rpy2==3.4.5
-scikit-image==0.19.1
-scikit-learn==1.0.2
-scipy==1.10.1
-seaborn==0.11.2
-statsmodels==0.13.1
-sympy==1.9
 tvb-ext-bucket==1.0.0
 tvb-ext-unicore==1.2.0
 tvb-widgets==1.5.0
-- 
GitLab