Skip to content

Commit

Permalink
Update setup.py for pypi compliance (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfowers authored Jan 16, 2025
1 parent c107c2a commit bc33e79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@
"numpy==1.26.4",
"turnkeyml[llm]",
],
"cuda": [
"torch @ https://download.pytorch.org/whl/cu118/torch-2.3.1%2Bcu118-cp310-cp310-win_amd64.whl",
"torchvision @ https://download.pytorch.org/whl/cu118/torchvision-0.18.1%2Bcu118-cp310-cp310-win_amd64.whl",
"torchaudio @ https://download.pytorch.org/whl/cu118/torchaudio-2.3.1%2Bcu118-cp310-cp310-win_amd64.whl",
],
},
classifiers=[],
entry_points={
Expand Down
2 changes: 1 addition & 1 deletion src/turnkeyml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.0.1"
__version__ = "5.0.2"

0 comments on commit bc33e79

Please sign in to comment.