From 82aabff8bf3e1fa4e49478b8394e613548ec554f Mon Sep 17 00:00:00 2001 From: yuedong Date: Sun, 17 Apr 2022 04:59:57 +0800 Subject: [PATCH] fix pre-requisites in setup.py --- setup.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/setup.py b/setup.py index 605ed28..8521f88 100644 --- a/setup.py +++ b/setup.py @@ -29,18 +29,18 @@ setup(name='CSSTSim', version='0.3', packages=find_packages(), # install_requires=[ - # 'numpy>=1.18.5', - # 'galsim>=2.2.4', - # 'yaml>=5.3.1', - # 'astropy>=4.0.1', - # 'scipy>=1.5.0', - # 'mpi4py>=3.0.3', - # 'sep>=1.0.3', - # 'healpy>=1.14.0', - # 'h5py>=2.10.0', - # 'Cython>=0.29.21' - # 'numba>=0.50.1' - # ] + # 'numpy>=1.18.5', + # 'galsim>=2.2.4', + # 'pyyaml>=5.3.1', + # 'astropy>=4.0.1', + # 'scipy>=1.5.0', + # 'mpi4py>=3.0.3', + # 'sep>=1.0.3', + # 'healpy>=1.14.0', + # 'h5py>=2.10.0', + # 'Cython>=0.29.21' + # 'numba>=0.50.1' + # ], package_data = { 'ObservationSim.Astrometry.lib': ['libshao.so'], 'ObservationSim.MockObject.data': ['*.dat'], -- GitLab