Skip to content

Commit

Permalink
[ci] Fix specification of nbconvert
Browse files Browse the repository at this point in the history
Use the `!=` syntax to exclude the unwanted version of `nbconvert` in
requirements.txt since there is no way to specify a logical OR operator in pip
requirements.
  • Loading branch information
vepadulano committed Jul 20, 2023
1 parent 0bdebb1 commit f353a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jupyter
pytest
# nbconvert 7.3 has a bug that does not respect --output option
# See https://github.com/jupyter/nbconvert/issues/1970
nbconvert < 7.3 , >= 7.4
nbconvert != 7.3.*

# Needed by tutorials (run as part of roottest)
pandas
Expand Down

0 comments on commit f353a34

Please sign in to comment.