Skip to content

Commit ac2cdd2

Browse files
Julien RousselJulien Roussel
authored andcommitted
torch version downgraded
1 parent 97ff0e7 commit ac2cdd2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pyproject.toml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ classifiers = [
3535

3636
[tool.poetry.dependencies]
3737
python = ">=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"
4238
hyperopt = "0.2.7"
4339
numpy = "1.24.4"
4440
packaging = "23.1"
@@ -48,16 +44,22 @@ scikit-learn = "1.3.2"
4844
sphinx-markdown-tables = { version = "*", optional = true }
4945
statsmodels = "0.14.0"
5046
typed-ast = { version = "*", optional = true }
51-
twine = "3.7.1"
52-
wheel = "0.37.1"
5347
category-encoders = "^2.6.3"
54-
ipykernel = "^6.29.5"
55-
torch = "*"
5648
dcor = "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"
5959
matplotlib = "3.6.2"
6060
pre-commit = "2.21.0"
61+
twine = "3.7.1"
62+
wheel = "0.37.1"
6163

6264
[tool.poetry.group.checkers.dependencies]
6365
bandit = "^1.7.9"

0 commit comments

Comments
 (0)