Skip to content

Commit

Permalink
:build: add pytorch, torchvision to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qh681248 committed Oct 23, 2024
1 parent e94aed0 commit 1df2237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell/library_terms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ pyqt
pyright
pyroma
pytest
pytorch
pytree
pytrees
quickstart
Expand All @@ -109,7 +110,6 @@ rcond
rect
rerunfailures
rightarrow
rngs
rtol
samp
scikit
Expand All @@ -124,6 +124,7 @@ tensordot
texttt
toctree
tomli
torchvision
tqdm
triu
ttest
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies = [
"scikit-learn",
"tqdm",
"typing-extensions",
"pytorch",
"torchvision"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 1df2237

Please sign in to comment.