From a1ab9ff671a28fe30266ae837fdabab3d87a29a4 Mon Sep 17 00:00:00 2001 From: Feng Shuai Date: Mon, 15 Apr 2024 09:06:58 +0000 Subject: [PATCH] Update requirements.txt --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9cf40d5..a170e2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -astropy==6.0.0 -matplotlib==3.8.3 -numpy==1.26.4 -scipy==1.12.0 -setuptools==68.2.2 +astropy==5.2.2 +matplotlib==3.6.0 +numpy==1.22.4 +scipy==1.6.0 +setuptools==67.7.2 scikit-image==0.18.1 -- GitLab