From c275db7b03b7e881d49b705813544043dd9b62fe Mon Sep 17 00:00:00 2001 From: mathleur Date: Tue, 6 Feb 2024 10:56:43 +0000 Subject: [PATCH] test which requirements are truly needed --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50594c4fc..035d29654 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -decorator==5.1.1 +# decorator==5.1.1 numpy==1.23.5 pandas==1.5.2 -pypi==2.1 -requests==2.28.1 +# pypi==2.1 +# requests==2.28.1 scipy==1.9.3 sortedcontainers==2.4.0 tripy==1.0.0 -typing==3.7.4.3 +# typing==3.7.4.3 xarray==2022.12.0