We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9b4c8 commit bb30c0aCopy full SHA for bb30c0a
.gitignore
@@ -28,6 +28,7 @@ var/
28
*.egg-info/
29
.installed.cfg
30
*.egg
31
+poetry.lock
32
33
# PyInstaller
34
# Usually these files are written by a python script from a template
pyproject.toml
@@ -55,7 +55,7 @@ ipykernel = "^6.29.5"
55
torch = "*"
56
dcor = "0.6"
57
58
-[tool.poetry.dev-dependencies]
+[tool.poetry.group.dev.dependencies]
59
matplotlib = "3.6.2"
60
pre-commit = "2.21.0"
61
0 commit comments