From 89927fe38013965df66aabd557e7af789ccee6f0 Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Fri, 8 Dec 2023 15:17:33 +0800 Subject: [PATCH] update requirements.txt --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a0296f0..a6e63b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy==1.24.4 +numpy==1.26.1 joblib==1.3.2 -astropy==5.3.2 -pyyaml==6.0 -setuptools \ No newline at end of file +astropy==5.3.4 +pyyaml==6.0.1 +setuptools>65.0.0 \ No newline at end of file -- GitLab