From dd81962ad59cd04029ec479e76214cc6d4ba3a3e Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Tue, 29 Aug 2023 19:36:27 +0800 Subject: [PATCH] update requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f92d756..a0296f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy==1.23.3 -joblib==1.2.0 -astropy==5.1 +numpy==1.24.4 +joblib==1.3.2 +astropy==5.3.2 pyyaml==6.0 setuptools \ No newline at end of file -- GitLab