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
f540664f
Commit
f540664f
authored
Jul 30, 2023
by
Fang Yuedong
Browse files
update version number to 2.1.0 in setup.py
parent
f2686169
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/config_fgs.yaml
View file @
f540664f
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
# Base diretories and naming setup
# Base diretories and naming setup
# Can add some of the command-line arguments here as well;
# Can add some of the command-line arguments here as well;
# OK to pass either way or both, as long as they are consistent
# OK to pass either way or both, as long as they are consistent
work_dir
:
"
/share/home/fangyuedong/
fgs_sim/
csst-simulation/workplace/"
work_dir
:
"
/share/home/fangyuedong/csst-simulation/workplace/"
data_dir
:
"
/share/simudata/CSSOSDataProductsSims/data/"
data_dir
:
"
/share/simudata/CSSOSDataProductsSims/data/"
run_name
:
"
fgs_test"
run_name
:
"
fgs_test"
...
...
setup.py
View file @
f540664f
...
@@ -26,7 +26,7 @@ extensions = [
...
@@ -26,7 +26,7 @@ extensions = [
setup
(
name
=
'CSSTSim'
,
setup
(
name
=
'CSSTSim'
,
version
=
'2.
0
.0'
,
version
=
'2.
1
.0'
,
packages
=
find_packages
(),
packages
=
find_packages
(),
install_requires
=
[
install_requires
=
[
# 'numpy>=1.18.5',
# 'numpy>=1.18.5',
...
...
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