Skip to content

Commit

Permalink
Require tornado 6.1 (req. by notebook 6.2+ and jupyterlab 3+)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Apr 2, 2024
1 parent 5efd26a commit f2c88cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,11 @@ jobs:
- os: ubuntu-22.04
python-version: "3.8"
pip-extras: classic
# jupyter-client and jupyter-core are transient dependencies for
# jupyter-server that we have to pin to avoid issues installing
# tornado as old as 5.1
pip-install-constraints: >-
jupyter-server==1.0
simpervisor==1.0
tornado==5.1
tornado==6.1
traitlets==4.2.1
jupyter-client==7.2.0
jupyter-core==4.9.2
# Workaround for excluded 3.12 test mentioned in a FIXME above
- os: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [
"importlib_metadata >=4.8.3 ; python_version<\"3.10\"",
"jupyter-server >=1.0",
"simpervisor >=1.0",
"tornado >=5.1",
"tornado >=6.1",
"traitlets >= 4.2.1",
]

Expand Down

0 comments on commit f2c88cc

Please sign in to comment.