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

test

parent 30c72bb9
Loading
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
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
+2 −2
Original line number Diff line number Diff line
@@ -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",  # 短描述