File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,25 @@ python = ">=3.11.3,<3.12.0"
10
10
numpy = " ^1.26.1"
11
11
scikit-learn = " ^1.3.2"
12
12
supervision = " ^0.16.0"
13
- isort = " ^5.12.0"
14
- blue = " ^0.9.1"
15
- mkdocs = " ^1.5.3"
16
- pydocstyle = " ^6.3.0"
17
13
taskipy = " ^1.12.0"
18
14
ipykernel = " ^6.26.0"
19
- mkdocstrings-python = " ^1.7.3"
20
15
pygments = " ^2.16.1"
21
- mkdocs-material = " ^9.4.7"
22
16
pymdown-extensions = " ^10.3.1"
23
17
python-dotenv = " ^1.0.0"
24
18
nbdev = " ^2.3.13"
25
19
matplotlib = " ^3.8.0"
26
20
nbformat = " ^5.9.2"
27
21
ipytest = " ^0.13.3"
28
22
23
+ [tool .poetry .dev-dependencies ]
24
+ mkdocs = " ^1.5.3"
25
+ isort = " ^5.12.0"
26
+ blue = " ^0.9.1"
27
+ mkdocstrings-python = " ^1.7.3"
28
+ mkdocs-material = " ^9.4.7"
29
+ pydocstyle = " ^6.3.0"
30
+
31
+
29
32
[build-system ]
30
33
requires = [" poetry-core" ]
31
34
build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments