From 3bbe7ad1c1a692173a512093baeecfcf8f3f63cb Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 18 Feb 2024 12:33:14 -0600 Subject: [PATCH] fix deps --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 783f921..456035d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ docs = [ "sphinxcontrib-spelling" ] client = [ - "jupyter_client @ file:///Users/silvester/workspace/jupyter_client", + "jupyter_client>=7.4.0", "nbformat>=5.3", "ipykernel>=6.14" ] @@ -61,9 +61,6 @@ Funding = "https://numfocus.org/donate" Source = "https://github.com/jupyter-server/pytest-jupyter" Tracker = "https://github.com/jupyter-server/pytest-jupyter/issues" -[tool.hatch.metadata] -allow-direct-references = true - [tool.hatch.version] path = "pytest_jupyter/_version.py" validate-bump = false