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

test

parent 30c72bb9
Pipeline #4602 failed with stage
in 0 seconds
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.9
numpy==1.23.5
scipy==1.9.2
setuptools==65.6.3
pandas==1.5.3
julian==0.14
astropy==5.1
tqdm==4.64.1
galsim==2.4.9
......@@ -10,13 +10,13 @@ with open("requirements.txt", "r") as f:
requirements = [
req.strip()
for req in f.readlines()
if not req.startswith("#") and req.__contains__("==")
if not req.startswith("#") and req.__contains__("~=")
]
setuptools.setup(
name='csst_ifs_sim', # 包名
version="1.2.0", # 版本号
version="3.1.0", # 版本号
author="Zhaojun Yan", # 作者
author_email="zhaojunyan@shao.ac.cn", # 邮箱
description="The CSST IFS simulation - prototype", # 短描述
......
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