Skip to content

Commit e54d1a9

Browse files
author
Hông-Lan Botterman
committed
move torch from extra to dependencies
1 parent 99c93a8 commit e54d1a9

File tree

2 files changed

+295
-3
lines changed

2 files changed

+295
-3
lines changed

poetry.lock

Lines changed: 294 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ twine = "3.7.1"
5353
wheel = "0.37.1"
5454
category-encoders = "^2.6.3"
5555
ipykernel = "^6.29.5"
56+
torch = "^2.4.0"
5657

5758
[tool.poetry.dev-dependencies]
5859
matplotlib = "3.6.2"
@@ -78,7 +79,6 @@ sphinx_rtd_theme = "1.0.0"
7879
[tool.poetry.extras]
7980
tests = ["typed-ast"]
8081
docs = ["sphinx-markdown-tables"]
81-
pytorch = ["torch"]
8282

8383
[tool.poetry.urls]
8484
"Bug Tracker" = "https://github.com/Quantmetry/qolmat"

0 commit comments

Comments
 (0)