File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ classifiers = [
3535
3636[tool .poetry .dependencies ]
3737python = " >=3.8.1,<3.12"
38- bump2version = " 1.0.1"
39- jupyter = " 1.0.0"
40- jupyterlab = " 1.2.6"
41- jupytext = " 1.14.4"
4238hyperopt = " 0.2.7"
4339numpy = " 1.24.4"
4440packaging = " 23.1"
@@ -48,16 +44,22 @@ scikit-learn = "1.3.2"
4844sphinx-markdown-tables = { version = " *" , optional = true }
4945statsmodels = " 0.14.0"
5046typed-ast = { version = " *" , optional = true }
51- twine = " 3.7.1"
52- wheel = " 0.37.1"
5347category-encoders = " ^2.6.3"
54- ipykernel = " ^6.29.5"
55- torch = " *"
5648dcor = " 0.6"
5749
50+ [tool .poetry .group .torch .dependencies ]
51+ torch = " < 2.5"
52+
5853[tool .poetry .group .dev .dependencies ]
54+ bump2version = " 1.0.1"
55+ ipykernel = " ^6.29.5"
56+ jupyter = " 1.0.0"
57+ jupyterlab = " 1.2.6"
58+ jupytext = " 1.14.4"
5959matplotlib = " 3.6.2"
6060pre-commit = " 2.21.0"
61+ twine = " 3.7.1"
62+ wheel = " 0.37.1"
6163
6264[tool .poetry .group .checkers .dependencies ]
6365bandit = " ^1.7.9"
You can’t perform that action at this time.
0 commit comments