From d4c90552204752097ec39e4bd97a5737fd373d29 Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Fri, 17 Mar 2023 12:20:59 +0100 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2ff981e..6e0eb53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ future==0.17.1 kiwisolver==1.1.0 matplotlib~=3.0 numpy~=1.16 -pandas~=1.0 +pandas>=1.0,<3 pyparsing==2.4.7 python-dateutil==2.8.1 pytz==2020.1 @@ -13,7 +13,7 @@ scipy seaborn==0.9.1 six==1.15.0 subprocess32==3.5.3 -torch~=1.9 +torch>=1.9,<3 torchvision tqdm~=4.23 h5py From 96307119fe734c3226b0f685ddaf10f0004fb177 Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Thu, 31 Aug 2023 17:54:32 +0200 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6e0eb53..14c4fe7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ matplotlib~=3.0 numpy~=1.16 pandas>=1.0,<3 pyparsing==2.4.7 -python-dateutil==2.8.1 +python-dateutil~=2.8.1 pytz==2020.1 scikit-learn scipy