Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_msc_sim
Commits
df680d55
Commit
df680d55
authored
Apr 21, 2022
by
Fang Yuedong
Browse files
Merge branch 'master' of /data/simudata/CSSOSDataProductsSims/codes/CSST
parents
a733afaf
9b493fc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
df680d55
...
@@ -29,18 +29,18 @@ setup(name='CSSTSim',
...
@@ -29,18 +29,18 @@ setup(name='CSSTSim',
version
=
'0.3'
,
version
=
'0.3'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
# install_requires=[
# install_requires=[
# 'numpy>=1.18.5',
#
'numpy>=1.18.5',
# 'galsim>=2.2.4',
#
'galsim>=2.2.4',
#
'
yaml>=5.3.1',
#
'py
yaml>=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',
# 'sep>=1.0.3',
#
'sep>=1.0.3',
# 'healpy>=1.14.0',
#
'healpy>=1.14.0',
# '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'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment