Skip to content

Commit cd53e30

Browse files
author
Nathaniel Chen
committed
Update dependency management in pyproject.toml
Removed 'pydantic' and 'lightning' from the main dependencies and added them to the 'dev' and 'train' sections respectively for better organization of project dependencies.
1 parent e81aa32 commit cd53e30

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ dependencies = [
2020
"torchvision",
2121
"torchinfo",
2222
"scikit-image",
23-
"pydantic",
24-
"lightning",
2523
"omegaconf",
2624
"scikit-learn",
2725
"tables",
@@ -38,6 +36,11 @@ dev = [
3836

3937
"ipykernel",
4038
"ipywidgets",
39+
40+
"pydantic",
41+
]
42+
train = [
43+
"lightning",
4144
]
4245
eval = [
4346
"wavio",

0 commit comments

Comments
 (0)