Update requirements.txt

This commit is contained in:
philcarmona 2020-10-17 23:20:48 +02:00 committed by GitHub
parent 13b51161f1
commit e19e4ce8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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