fix black dependency
This commit is contained in:
@@ -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",
|
||||||
@@ -61,4 +61,4 @@ include = ["pina*"]
|
|||||||
line-length = 80
|
line-length = 80
|
||||||
|
|
||||||
[tool.isort]
|
[tool.isort]
|
||||||
profile = "black"
|
profile = "black"
|
||||||
|
|||||||
Reference in New Issue
Block a user