From d1d070f8abfd57d11a163239505b77d2f4592729 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= <nthiery@users.sf.net>
Date: Sun, 3 Mar 2024 20:32:39 +0100
Subject: [PATCH] =?UTF-8?q?Homg=C3=A9n=C3=A9isation=20avec=20le=20cours=20?=
 =?UTF-8?q?Intro=20Science=20Donn=C3=A9es?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 environment.yml | 27 +++++++++++++++++++++++----
 1 file changed, 23 insertions(+), 4 deletions(-)

diff --git a/environment.yml b/environment.yml
index 9988a72..f4928a2 100644
--- a/environment.yml
+++ b/environment.yml
@@ -5,14 +5,14 @@ channels:
 - conda-forge
 
 dependencies:
-- python
+- python>=3.11
 - make
 - mamba
 - git
 
 ##############################################################################
 # JupyterLab
-- jupyterlab==4.0.12
+- jupyterlab>=4,<4.1
 - jupyterlab-language-pack-fr-FR
 - nbgitpuller
 #- jupyter-collaboration
@@ -39,13 +39,14 @@ dependencies:
 - jupyter-book
 - mystmd
 - nodejs
-#- nbgrader>=0.9.1
+- nbgrader>=0.9.1
 - jupyterlab-deck
 
 # For computations
 - matplotlib-base
 - bqplot
 - pandas
+- pyarrow
 - seaborn
 - sympy
 - ipyleaflet
@@ -55,12 +56,30 @@ dependencies:
 - ipytone   # For the wind demo
 - netcdf4
 - pooch
+# For Intro Science Données
+- ipydatagrid
+- tabulate
+- pillow
+- mscorefonts
+- scikit-learn
+- tensorflow-cpu
 
+# For code validation
+- python-lsp-server
+- black
+- flake8
+- mypy
+- types-setuptools
+- pytest
+- tqdm
 
+# Additional pip packages
 - pip
 - pip:
-    - jupyterlab-deck
     - delpywidget
     - git+https://gitlab.dsi.universite-paris-saclay.fr/nicolas.thiery/ValuePlayerWidget.git
     - git+https://gitlab.dsi.universite-paris-saclay.fr/nicolas.thiery/GraphAlgorithmPlayer.git
     - git+https://gitlab.dsi.universite-paris-saclay.fr/nicolas.thiery/Laby.git
+    - "git+https://gitlab.com/travo-cr/travo.git@student-dashboard-actions"
+    - "git+https://gitlab.dsi.universite-paris-saclay.fr/L1InfoInitiationScienceDonnees/Assets.git"
+    - "git+https://gitlab.dsi.universite-paris-saclay.fr/jupyter/jupylates"
-- 
GitLab