We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbafc6 commit 82ac83bCopy full SHA for 82ac83b
1 file changed
pyproject.toml
@@ -35,11 +35,11 @@ test = [
35
"scipy"
36
]
37
dev = [
38
- "black @ git+https://github.com/psf/black"
+ "black"
39
40
tutorial = [
41
"jupyter",
42
- "smithers @ git+https://github.com/mathLab/smithers.git",
+ "git+https://github.com/mathLab/smithers.git",
43
"torchvision",
44
"tensorboard",
45
"scipy",
@@ -61,4 +61,4 @@ include = ["pina*"]
61
line-length = 80
62
63
[tool.isort]
64
-profile = "black"
+profile = "black"
0 commit comments