From e6866256baefe7f2d3960c17708274b9f0a739dd Mon Sep 17 00:00:00 2001 From: Nicola Demo Date: Thu, 20 Mar 2025 10:06:36 +0100 Subject: [PATCH] fix black dependency --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6dc215c..43f56d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,11 +35,11 @@ test = [ "scipy" ] dev = [ - "black @ git+https://github.com/psf/black" + "black" ] tutorial = [ "jupyter", - "smithers @ git+https://github.com/mathLab/smithers.git", + "smithers", "torchvision", "tensorboard", "scipy", @@ -61,4 +61,4 @@ include = ["pina*"] line-length = 80 [tool.isort] -profile = "black" \ No newline at end of file +profile = "black"