From 48edb5d852eb73b09eae962c7518045f836633d5 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Wed, 8 Nov 2023 21:56:16 +0000 Subject: [PATCH] maint: uncap nbformat (#568) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 155c6afe..b5550161 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -[build-system] + [build-system] requires = ["flit_core >=3.4,<4"] build-backend = "flit_core.buildapi" @@ -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",