From ca7fb5dbc437da7086fe4573c39d6aeba93146af Mon Sep 17 00:00:00 2001 From: fangyuedong Date: Wed, 30 Nov 2022 09:32:41 +0800 Subject: [PATCH] set version 1.0.5 --- setup.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/setup.py b/setup.py index 21918a3..70464d0 100644 --- a/setup.py +++ b/setup.py @@ -26,20 +26,20 @@ extensions = [ setup(name='CSSTSim', - version='1.0.4', + version='1.0.5', packages=find_packages(), install_requires=[ - # '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' + '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'], -- GitLab