ccds 1.0.2 requires pyyaml==6.0.1, but you have pyyaml 6.0.2 which is...
ccds 1.0.2 requires pyyaml==6.0.1, but you have pyyaml 6.0.2 which is incompatible, add pyyaml==6.0.1 in requirements.txt
... | ... | @@ -3,3 +3,4 @@ numpy |
redis | ||
toml | ||
csst-dfs-client@git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-client.git | ||
pyyaml==6.0.1 | ||
\ No newline at end of file |
Please register or sign in to comment