Skip to content

Commit bb30c0a

Browse files
Julien RousselJulien Roussel
authored andcommitted
poetry option name patched
1 parent bc9b4c8 commit bb30c0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ var/
2828
*.egg-info/
2929
.installed.cfg
3030
*.egg
31+
poetry.lock
3132

3233
# PyInstaller
3334
# Usually these files are written by a python script from a template

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ipykernel = "^6.29.5"
5555
torch = "*"
5656
dcor = "0.6"
5757

58-
[tool.poetry.dev-dependencies]
58+
[tool.poetry.group.dev.dependencies]
5959
matplotlib = "3.6.2"
6060
pre-commit = "2.21.0"
6161

0 commit comments

Comments
 (0)