From 45293ad8fcaa1b6c40500f3903cc6e84105ce573 Mon Sep 17 00:00:00 2001 From: Lilian Besson Date: Wed, 14 Nov 2018 15:16:09 +0100 Subject: [PATCH] Stupid, notebooks and ipythonblocks are needed for the https://mybinder.org/v2/gh/Naereen/ParcourSup.py/master?filepath=notebooks%2FParcourSup.py_version_simplifiee.ipynb --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/requirements.txt b/requirements.txt index 88236ee..0da1aa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,14 @@ # --- For the codebase tqdm>=4.0 numpy>=1.14 +# matplotlib>=2.0 +# pandas>=0.23 + +# --- For the notebooks +jupyter +ipython +watermark +ipythonblocks # --- For the tests behave