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
Liu Dezi
csst_msc_sim
Commits
9b6a6487
Commit
9b6a6487
authored
3 years ago
by
Fang Yuedong
Browse files
Options
Download
Plain Diff
Merge branch 'master' of
ssh://119.78.210.97:31415/data/simudata/CSSOSDataProductsSims/codes/CSST
parents
2386f081
9b493fc6
release_v2.0
11-csst
29-darktime-exptime-shtopen-shtstat-t
C6_codes
current_stable_for_tests
develop
fitsStamp
liudezi-develop-patch-58263
master
new_sim
new_sim_sls
release_v1.0
sim_scheduler
sls_rot_wcs
staylight_header
wcs_test
wcs_test_gridGalaxy
v2.1.0
v2.0.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
internal_test_20240425
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.py
+13
-13
setup.py
with
13 additions
and
13 deletions
+13
-13
setup.py
+
13
-
13
View file @
9b6a6487
...
...
@@ -28,19 +28,19 @@ extensions = [
setup
(
name
=
'CSSTSim'
,
version
=
'0.3'
,
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'
],
#
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'
#
],
package_data
=
{
'ObservationSim.Astrometry.lib'
:
[
'libshao.so'
],
'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