fix black dependency

This commit is contained in:
Nicola Demo
2025-03-20 10:06:36 +01:00
committed by FilippoOlivo
parent a02c3386f6
commit c226c9be19

View File

@@ -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"
profile = "black"