Skip to content

Commit e31fbbf

Browse files
committedMar 20, 2025
fix black dependency
1 parent ccbafc6 commit e31fbbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ test = [
3535
"scipy"
3636
]
3737
dev = [
38-
"black @ git+https://github.com/psf/black"
38+
"black"
3939
]
4040
tutorial = [
4141
"jupyter",
42-
"smithers @ git+https://github.com/mathLab/smithers.git",
42+
"smithers"
4343
"torchvision",
4444
"tensorboard",
4545
"scipy",
@@ -61,4 +61,4 @@ include = ["pina*"]
6161
line-length = 80
6262

6363
[tool.isort]
64-
profile = "black"
64+
profile = "black"

0 commit comments

Comments
 (0)
Failed to load comments.