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-cicd
csst-dag
Commits
c60403e1
Commit
c60403e1
authored
Sep 22, 2025
by
BO ZHANG
🏀
Browse files
tweak
parent
3a653adf
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c60403e1
# `csst-dag`
## Installation
```
shell
pip
install
git+https://csst-tb.bao.ac.cn/code/csst-cicd/csst-dag.git
```
## Usage
```
python
from
csst_dag
import
CSST_DAGS
...
...
pyproject.toml
View file @
c60403e1
...
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name
=
"csst_dag"
version
=
"0.0.
1
"
version
=
"0.0.
2
"
authors
=
[
{
name
=
"Bo Zhang"
,
email
=
"bozhang@nao.cas.cn"
}
]
...
...
@@ -41,7 +41,6 @@ include-package-data = true
[tool.setuptools.package-data]
csst_dag
=
[
"dag_config/*"
,
"_dfs/*"
,
]
# 可选:如果需要定义测试、文档等可选依赖组,可以添加如下部分[5,8](@ref)
...
...
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