From abd7dd39ff15b3fe2ff2e7f93037a9f49aa7d3ab Mon Sep 17 00:00:00 2001 From: Guido Sterbini <guido.sterbini@cern.ch> Date: Thu, 6 May 2021 08:59:22 +0200 Subject: [PATCH] Removing some python packages --- Dockerfile | 2 +- requirements.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7d5be74..151680a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN echo "deb [arch=$(dpkg --print-architecture)] \ ############################################################################### RUN apt-get -qq update \ && apt-get -yqq install x11-apps sudo wget git tmux vim meld openssh-server\ - build-essential cmake python-dev python3-dev \ + build-essential cmake python-dev python3-dev \ && apt-get -yqq clean # openjdk-8-jdk sshuttle removed for a problem with eos diff --git a/requirements.txt b/requirements.txt index dd441d8..c8c705b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,16 +9,16 @@ pyarrow cpymad pandarallel sphinx -sphinx-autobuild +# sphinx-autobuild pdoc3 dask seaborn bokeh awkward -flake8 -pytest -pytest-cov -ruamel.yaml -ipywidgets -sympy -h5py +# flake8 +# pytest +# pytest-cov +# ruamel.yaml +# ipywidgets +# sympy +# h5py -- GitLab