Skip to content

Commit

Permalink
Set all min deps (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Apr 4, 2024
1 parent c55de2b commit be5ff0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"fastjsonschema",
"fastjsonschema>=2.15",
"jsonschema>=2.6",
"jupyter_core",
"jupyter_core>=4.12,!=5.0.*",
"traitlets>=5.1"
]

Expand Down

0 comments on commit be5ff0a

Please sign in to comment.