Skip to content

Commit

Permalink
maint: uncap nbformat (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 8, 2023
1 parent 0526887 commit 48edb5d
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
@@ -1,4 +1,4 @@
[build-system]
[build-system]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"

Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies = [
"jupyter-cache>=0.5",
"nbclient", # nbclient version pinned by jupyter-client
"myst-parser>=1.0.0",
"nbformat~=5.0",
"nbformat>=5.0",
"pyyaml",
"sphinx>=5",
"typing-extensions",
Expand Down

0 comments on commit 48edb5d

Please sign in to comment.