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_mci_sim
Commits
db69a331
Commit
db69a331
authored
May 15, 2024
by
Yan Zhaojun
Browse files
test
parent
d5fbd686
Pipeline
#4604
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
requirements.txt
View file @
db69a331
numpy
~=1.23.3
numpy
==1.23.5
scipy
~=1.9.2
scipy
==1.9.2
setuptools
~=65.5.1
setuptools
==65.6.3
pandas
~=1.5.3
pandas
==1.5.3
julian
~=0.14
julian
==0.14
astropy
~=5.1
astropy
==5.1
tqdm
~=4.59.0
tqdm
==4.64.1
galsim
~=2.4.9
galsim
==2.4.9
matplotlib
~=3.3.1
setup.py
View file @
db69a331
...
@@ -10,7 +10,7 @@ with open("requirements.txt", "r") as f:
...
@@ -10,7 +10,7 @@ with open("requirements.txt", "r") as f:
requirements
=
[
requirements
=
[
req
.
strip
()
req
.
strip
()
for
req
in
f
.
readlines
()
for
req
in
f
.
readlines
()
if
not
req
.
startswith
(
"#"
)
and
req
.
__contains__
(
"
~
="
)
if
not
req
.
startswith
(
"#"
)
and
req
.
__contains__
(
"
=
="
)
]
]
setuptools
.
setup
(
setuptools
.
setup
(
...
...
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