Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
82aabff8
Commit
82aabff8
authored
3 years ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
fix pre-requisites in setup.py
parent
c0976b65
release_v3.0
11-csst
29-darktime-exptime-shtopen-shtstat-t
current_stable_for_tests
develop
master
milky_way_extinction
new_sim
release_v1.0
release_v2.0
revert-914004c1
sim_scheduler
sls_psf_pca_convolve
wcs_test_gridGalaxy
v3.3.0
v3.2.1
v3.2.0
v3.1.0
v3.0.0
v2.1.0
v2.0.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+12
-12
setup.py
with
12 additions
and
12 deletions
+12
-12
setup.py
+
12
-
12
View file @
82aabff8
...
@@ -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',
#
'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',
...
@@ -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'
],
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets