From e19e4ce8c3e91db599df97e15b038665b21fc72e Mon Sep 17 00:00:00 2001 From: philcarmona <47579183+philcarmona@users.noreply.github.com> Date: Sat, 17 Oct 2020 23:20:48 +0200 Subject: [PATCH] Update requirements.txt --- requirements.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2d9ae73..8f4c2f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,15 @@ # modules python a intégrer dans l'image du moteur de notebook lors de sa fabrication matplotlib scipy -numpy -matplotlib -pandas -ipywidgets +numpy == 1.17.4 +ipython == 7.13.0 +ipykernel == 5.2.0 +matplotlib == 3.1.2 +pandas == 0.25.3 +ipywidgets==7.5.1 +jupyter-js-widgets-nbextension==0.0.2.dev0 +jupyter==1.0.0 jupyter_contrib_nbextensions -seaborn -scipy +seaborn == 0.10.0 +scipy == 1.3.3 appmode