Commit db69a331 authored by Yan Zhaojun's avatar Yan Zhaojun
Browse files

test

parent d5fbd686
Pipeline #4604 failed with stage
in 0 seconds
numpy~=1.23.3 numpy==1.23.5
scipy~=1.9.2 scipy==1.9.2
setuptools~=65.5.1 setuptools==65.6.3
pandas~=1.5.3 pandas==1.5.3
julian~=0.14 julian==0.14
astropy~=5.1 astropy==5.1
tqdm~=4.59.0 tqdm==4.64.1
galsim~=2.4.9 galsim==2.4.9
matplotlib~=3.3.1
...@@ -10,7 +10,7 @@ with open("requirements.txt", "r") as f: ...@@ -10,7 +10,7 @@ with open("requirements.txt", "r") as f:
requirements = [ requirements = [
req.strip() req.strip()
for req in f.readlines() for req in f.readlines()
if not req.startswith("#") and req.__contains__("~=") if not req.startswith("#") and req.__contains__("==")
] ]
setuptools.setup( setuptools.setup(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment