Skip to content

Commit

Permalink
move torch from extra to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hông-Lan Botterman committed Sep 5, 2024
1 parent 99c93a8 commit e54d1a9
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 3 deletions.
296 changes: 294 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ twine = "3.7.1"
wheel = "0.37.1"
category-encoders = "^2.6.3"
ipykernel = "^6.29.5"
torch = "^2.4.0"

[tool.poetry.dev-dependencies]
matplotlib = "3.6.2"
Expand All @@ -78,7 +79,6 @@ sphinx_rtd_theme = "1.0.0"
[tool.poetry.extras]
tests = ["typed-ast"]
docs = ["sphinx-markdown-tables"]
pytorch = ["torch"]

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

0 comments on commit e54d1a9

Please sign in to comment.