Commit 82aabff8 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

fix pre-requisites in setup.py

parent c0976b65
...@@ -31,7 +31,7 @@ setup(name='CSSTSim', ...@@ -31,7 +31,7 @@ setup(name='CSSTSim',
# install_requires=[ # install_requires=[
# 'numpy>=1.18.5', # 'numpy>=1.18.5',
# 'galsim>=2.2.4', # 'galsim>=2.2.4',
# 'yaml>=5.3.1', # 'pyyaml>=5.3.1',
# 'astropy>=4.0.1', # 'astropy>=4.0.1',
# 'scipy>=1.5.0', # 'scipy>=1.5.0',
# 'mpi4py>=3.0.3', # 'mpi4py>=3.0.3',
...@@ -40,7 +40,7 @@ setup(name='CSSTSim', ...@@ -40,7 +40,7 @@ setup(name='CSSTSim',
# 'h5py>=2.10.0', # 'h5py>=2.10.0',
# 'Cython>=0.29.21' # 'Cython>=0.29.21'
# 'numba>=0.50.1' # 'numba>=0.50.1'
# ] # ],
package_data = { package_data = {
'ObservationSim.Astrometry.lib': ['libshao.so'], 'ObservationSim.Astrometry.lib': ['libshao.so'],
'ObservationSim.MockObject.data': ['*.dat'], 'ObservationSim.MockObject.data': ['*.dat'],
......
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