From 1af4516134f2d57db67d9f8133c950baaa115fbb Mon Sep 17 00:00:00 2001 From: yan Date: Thu, 18 Apr 2024 14:36:29 +0800 Subject: [PATCH] debug --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 910ed52..fc0cf3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -numpy~=1.23.3 -scipy~=1.9.2 -setuptools~=65.5.1 -pandas~=1.2.3 -julian~=0.14 -astropy~=5.1 -tqdm~=4.59.0 -galsim~=2.4.5 +numpy==1.23.3 +scipy==1.9.2 +setuptools==65.5.1 +pandas==1.2.3 +julian==0.14 +astropy=5.1 +tqdm=4.59.0 +galsim=2.4.5 -- GitLab