From e0cd8e91e5983fe6dfbf268c07d3761f58e02280 Mon Sep 17 00:00:00 2001
From: Alexandre Roulois <alexandre.roulois@u-paris.fr>
Date: Tue, 6 Sep 2022 10:36:59 +0200
Subject: [PATCH] Update env

---
 environment.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/environment.yml b/environment.yml
index ccbddac..5d07a1a 100644
--- a/environment.yml
+++ b/environment.yml
@@ -1,20 +1,15 @@
-name: tal-ml
+name: mordenv
 channels:
   - conda-forge
   - defaults
 dependencies:
-  - beautifulsoup4=4.11
   - jupyterlab=3.4
   - jupyterlab-latex=3.1
   - matplotlib=3.5
-  - nltk=3.6
   - numpy=1.23
   - pandas=1.4
   - pip
   - python=3.10
   - scikit-learn=1.1
   - scipy=1.9
-  - scrapy=2.6
   - seaborn=0.11
-  - pip:
-    - git+https://github.com/ClaudeCoulombe/FrenchLefffLemmatizer.git
-- 
GitLab