Skip to content

Commit

Permalink
Fix min version check again (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Nov 4, 2022
1 parent efba15a commit 87e0a01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,11 @@ jobs:
needs:
- build
- pre-commit
- test_docs
- test_minimum_versions
- test_prereleases
- make_sdist
- client8
- check_links
- test_sdist
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ dependencies = [
"anyio>=3.1.0,<4",
"argon2-cffi",
"jinja2",
"jupyter_client>=7.2",
"jupyter_client>=7.4.4",
"jupyter_core>=4.9.2",
"jupyter_server_terminals",
"nbconvert>=6.4.4",
"nbformat>=5.2.0",
"packaging",
"prometheus_client",
"pywinpty;os_name=='nt'",
"pyzmq>=17",
"pyzmq>=24",
"Send2Trash",
"terminado>=0.8.3",
"tornado>=6.1.0",
"tornado>=6.2.0",
"traitlets>=5.1",
"websocket-client",
"jupyter_events>=0.4.0"
Expand Down

0 comments on commit 87e0a01

Please sign in to comment.