pull/378/head
Kye 1 year ago
parent f840483d35
commit 70c2a8515f

@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry] [tool.poetry]
name = "swarms" name = "swarms"
version = "3.9.7" version = "3.9.9"
description = "Swarms - Pytorch" description = "Swarms - Pytorch"
license = "MIT" license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"] authors = ["Kye Gomez <kye@apac.ai>"]
@ -41,6 +41,7 @@ optimum = "1.15.0"
diffusers = "*" diffusers = "*"
PyPDF2 = "3.0.1" PyPDF2 = "3.0.1"
accelerate = "*" accelerate = "*"
anthropic = "*"
sentencepiece = "0.1.98" sentencepiece = "0.1.98"
httpx = "0.24.1" httpx = "0.24.1"
tiktoken = "0.4.0" tiktoken = "0.4.0"

@ -50,5 +50,6 @@ psutil
ultralytics ultralytics
supervision supervision
scikit-image scikit-image
anthropic = "*"
pinecone-client pinecone-client
roboflow roboflow
Loading…
Cancel
Save