Skip to content

Commit

Permalink
Cap doit to <0.36.0 to avoid TaskLoader2
Browse files Browse the repository at this point in the history
As reported in dib-lab#239, we are still using the old API that was removed in 0.36.0
  • Loading branch information
NickCrews authored Oct 5, 2022
1 parent dd5420a commit b38889b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ requirements:
- sphinx_rtd_theme >=0.1.9
- pytest
- pytest-runner
- doit >=0.29.0
# After we upgrade to doit.TaskLoader2, we can remove upper pin
# https://github.com/dib-lab/dammit/issues/239
- doit >=0.29.0,<0.36.0
- matplotlib
- shmlast

Expand Down

0 comments on commit b38889b

Please sign in to comment.