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_ifs_sim
Commits
e0dccf7e
Commit
e0dccf7e
authored
May 15, 2024
by
Yan Zhaojun
Browse files
test
parent
30c72bb9
Pipeline
#4602
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
requirements.txt
View file @
e0dccf7e
numpy
~
=1.23.
3
scipy
~
=1.9.2
setuptools
~
=65.
5.1
pandas
~
=1.
2
.3
julian
~
=0.14
astropy
~
=5.1
tqdm
~
=4.
59.0
galsim
~
=2.4.9
numpy
=
=1.23.
5
scipy
=
=1.9.2
setuptools
=
=65.
6.3
pandas
=
=1.
5
.3
julian
=
=0.14
astropy
=
=5.1
tqdm
=
=4.
64.1
galsim
=
=2.4.9
setup.py
View file @
e0dccf7e
...
...
@@ -10,13 +10,13 @@ with open("requirements.txt", "r") as f:
requirements
=
[
req
.
strip
()
for
req
in
f
.
readlines
()
if
not
req
.
startswith
(
"#"
)
and
req
.
__contains__
(
"
=
="
)
if
not
req
.
startswith
(
"#"
)
and
req
.
__contains__
(
"
~
="
)
]
setuptools
.
setup
(
name
=
'csst_ifs_sim'
,
# 包名
version
=
"
1.2
.0"
,
# 版本号
version
=
"
3.1
.0"
,
# 版本号
author
=
"Zhaojun Yan"
,
# 作者
author_email
=
"zhaojunyan@shao.ac.cn"
,
# 邮箱
description
=
"The CSST IFS simulation - prototype"
,
# 短描述
...
...
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