Skip to content

Commit

Permalink
[V]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Feb 13, 2024
1 parent 43e19f6 commit 242dfbc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "autort-swarms"
version = "0.0.3"
version = "0.0.4"
description = "AutoRT - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand All @@ -28,7 +28,9 @@ packages = [

[tool.poetry.dependencies]
python = "^3.6"
swarms = "*"
torch = "^1.9.0"
torchvision = "^0.10.0"
einops = "*"
zetascale = "*"


Expand Down

0 comments on commit 242dfbc

Please sign in to comment.