Skip to content

Commit

Permalink
setup.py: Don't use tornado >= 6.0 (again)
Browse files Browse the repository at this point in the history
This time it's Jupyter that breaks, see
jupyter/notebook#4439
  • Loading branch information
Valentin Schneider committed Mar 5, 2019
1 parent 2b8b467 commit 4829301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def check_pkg(python_pkg, distro_pkg):
"scipy",
"ruamel.yaml >= 0.15.81",

# Jupyter doesn't like >= 6.0
"tornado < 6.0",

# Depdendencies that are shipped as part of the LISA repo as
# subtree/submodule
"devlib",
Expand Down

0 comments on commit 4829301

Please sign in to comment.