|
|
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
[tool.poetry]
|
|
|
|
|
name = "swarms"
|
|
|
|
|
version = "1.4.5"
|
|
|
|
|
version = "1.4.7"
|
|
|
|
|
description = "Swarms - Pytorch"
|
|
|
|
|
license = "MIT"
|
|
|
|
|
authors = ["Kye Gomez <kye@apac.ai>"]
|
|
|
|
@ -30,6 +30,7 @@ asyncio = "*"
|
|
|
|
|
simpleaichat = "*"
|
|
|
|
|
nest_asyncio = "*"
|
|
|
|
|
pegasusx = "*"
|
|
|
|
|
einops = "*"
|
|
|
|
|
google-generativeai = "*"
|
|
|
|
|
torch = "*"
|
|
|
|
|
langchain-experimental = "*"
|
|
|
|
|