Skip to content

Commit

Permalink
Remove temporary requirements in ctrl_bps_parsl
Browse files Browse the repository at this point in the history
  • Loading branch information
leeskelvin committed Jan 16, 2024
1 parent 54e4bab commit a8ece83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pip install --no-deps -v .

- name: Install documenteer
run: pip install 'documenteer[pipelines]<0.9'
run: pip install 'documenteer[pipelines]==0.8.2'

- name: Build documentation
working-directory: ./doc
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt
@@ -1,6 +1,2 @@
parsl >= 1.2
git+https://github.com/lsst/ctrl_bps@main#egg=lsst-ctrl-bps
git+https://github.com/lsst/daf_butler@main#egg=lsst-daf-butler
git+https://github.com/lsst/pipe_base@main#egg=lsst-pipe-base
git+https://github.com/lsst/ctrl_mpexec@main#egg=lsst-ctrl-mpexec
documenteer==0.8.2

0 comments on commit a8ece83

Please sign in to comment.