Skip to content

Commit

Permalink
Add upper bound to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Nov 25, 2022
1 parent fbabb2b commit b77eb06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ classifiers = [
"Programming Language :: Python :: 3.10",
]
dependencies = [
"jupyter_client>=6.1.12",
"nbformat>=5.1",
"traitlets>=5.3",
"jupyter_client>=6.1.12,<8",
"nbformat>=5.1,<6",
"traitlets>=5.3<6",
]

[project.optional-dependencies]
Expand Down

0 comments on commit b77eb06

Please sign in to comment.