From 6a92bd3a4c746a7cd1037a3be7e85c5fffa48cb3 Mon Sep 17 00:00:00 2001
From: CREMONESI Francesco <francesco.cremonesi@inria.fr>
Date: Tue, 16 May 2023 10:30:28 +0000
Subject: [PATCH] loosen requirements to test binder integration

---
 requirements.txt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 2255ff6..0066173 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,8 @@
-pandas==1.1.0
-seaborn==0.11.0
-matplotlib==3.3.1
-scipy==1.5.2
-torch==1.7.1
-torchvision==0.8.2
-tqdm==4.50.2
-scikit-learn==0.24.0
+pandas
+seaborn
+matplotlib
+scipy
+torch
+torchvision
+tqdm
+scikit-learn
-- 
GitLab