From bb226846792dafead353c18a381e413efa6328f8 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Sun, 6 Nov 2022 18:30:43 +0800 Subject: [PATCH] updated requirements.txt --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4d71685..227fad5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.23.3 -joblib~=1.2.0 -setuptools~=58.0.4 -astropy~=5.1 -pyyaml~=6.0 \ No newline at end of file +joblib==1.2.0 +setuptools==65.5.1 +astropy==5.1 +pyyaml==6.0 \ No newline at end of file -- GitLab