Skip to content

Commit

Permalink
[cleanup]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Feb 4, 2025
1 parent 594b38c commit 815be98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 62 deletions.
31 changes: 3 additions & 28 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 = "swarms-cloud"
version = "0.4.4"
version = "0.4.5"
description = "Swarms Cloud - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand All @@ -23,36 +23,11 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
skypilot = "*"
fastapi = "0.112.2"
supabase = "*"
pytest = "*"
torch = "*"
einops = "*"
tiktoken = "*"
sse-starlette = "2.0.0"
uvicorn = "*"
httpx = "*"
loguru = "*"
pydantic = "*"
stripe = "*"
diffusers = "*"
transformers_stream_generator = "*"
bitsandbytes = "*"
peft = "*"
accelerate = "*"
transformers = "4.44.0"
huggingface-hub = "*"
optimum = "*"
whisperx = "*"
shortuuid = "*"
hf_transfer = "*"
swarms = "*"
rich = "*"
asyncio = "*"
# pulumi = "*"

[tool.poetry.scripts]
swarms-cloud = "swarms_cloud.cli.main:main"


[tool.poetry.group.lint.dependencies]
ruff = ">=0.1.6,<0.7.0"
Expand Down
35 changes: 1 addition & 34 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
skypilot
fastapi==0.112.2
supabase
pytest
torch
einops
tiktoken
sse-starlette==2.0.0
uvicorn
httpx
loguru
pydantic
stripe
swarms-cloud
xformers
diffusers
transformers_stream_generator
bitsandbytes
peft
accelerate
transformers==4.44.0
huggingface-hub
optimum
whisperx
pulumi
shortuuid
hf_transfer
swarms
fastapi
uvicorn
tiktoken
pydantic
asyncio
swarms-cloud
rich
tiktoken
shortuuid

0 comments on commit 815be98

Please sign in to comment.