fix black dependency

This commit is contained in:
Nicola Demo
2025-03-20 10:06:36 +01:00
parent ccbafc67a1
commit e6866256ba

View File

@@ -35,11 +35,11 @@ test = [
"scipy" "scipy"
] ]
dev = [ dev = [
"black @ git+https://github.com/psf/black" "black"
] ]
tutorial = [ tutorial = [
"jupyter", "jupyter",
"smithers @ git+https://github.com/mathLab/smithers.git", "smithers",
"torchvision", "torchvision",
"tensorboard", "tensorboard",
"scipy", "scipy",