|
|
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
[tool.poetry]
|
|
|
|
|
name = "swarms"
|
|
|
|
|
version = "3.2.8"
|
|
|
|
|
version = "3.3.4"
|
|
|
|
|
description = "Swarms - Pytorch"
|
|
|
|
|
license = "MIT"
|
|
|
|
|
authors = ["Kye Gomez <kye@apac.ai>"]
|
|
|
|
@ -24,7 +24,7 @@ classifiers = [
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
|
python = "^3.6.1"
|
|
|
|
|
torch = "2.1.1"
|
|
|
|
|
transformers = "4.35.0"
|
|
|
|
|
transformers = "4.36.2"
|
|
|
|
|
openai = "0.28.0"
|
|
|
|
|
langchain = "0.0.333"
|
|
|
|
|
asyncio = "3.4.3"
|
|
|
|
@ -37,7 +37,7 @@ opencv-python-headless = "4.8.1.78"
|
|
|
|
|
faiss-cpu = "1.7.4"
|
|
|
|
|
backoff = "2.2.1"
|
|
|
|
|
marshmallow = "3.19.0"
|
|
|
|
|
datasets = "2.10.1"
|
|
|
|
|
datasets = "*"
|
|
|
|
|
optimum = "1.15.0"
|
|
|
|
|
diffusers = "*"
|
|
|
|
|
PyPDF2 = "3.0.1"
|
|
|
|
@ -53,7 +53,7 @@ ggl = "1.1.0"
|
|
|
|
|
ratelimit = "2.2.1"
|
|
|
|
|
beautifulsoup4 = "4.11.2"
|
|
|
|
|
cohere = "4.24"
|
|
|
|
|
huggingface-hub = "0.16.4"
|
|
|
|
|
huggingface-hub = "*"
|
|
|
|
|
pydantic = "1.10.12"
|
|
|
|
|
tenacity = "8.2.2"
|
|
|
|
|
Pillow = "9.4.0"
|
|
|
|
|