From 4e9903d16ed788e007d1d5bad7e7d04b6ef0969f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20Thi=C3=A9ry?= <nicolas.thiery@u-psud.fr>
Date: Fri, 31 Jan 2020 01:11:56 +0100
Subject: [PATCH] Reduce version pinpointing to ease compatility with other
 environments on our JupyterHub

---
 environment.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/environment.yml b/environment.yml
index 5f6cd26..3cfb552 100644
--- a/environment.yml
+++ b/environment.yml
@@ -6,17 +6,17 @@ channels:
 - conda-forge
 
 dependencies:
-- python=3.6.7
+- python #=3.6.7
 - pip
 - sqlalchemy==1.2.18 # necessary versions for nbgrader
-- notebook==5.7.8
-- pandas==0.24.2
-- numpy==1.16.2
-- matplotlib==3.0.3
-- scipy==1.2.1
-- pillow==6.0.0
-- scikit-learn==0.20.3
-- scikit-image==0.15.0
+- notebook#==5.7.8
+- pandas#==0.24.2
+- numpy#==1.16.2
+- matplotlib#==3.0.3
+- scipy#==1.2.1
+- pillow#==6.0.0
+- scikit-learn#==0.20.3
+- scikit-image#==0.15.0
 - nbgrader==0.6.1
 - pip:
   # upsud version branch of nbgrader
-- 
GitLab