diff --git a/pyproject.toml b/pyproject.toml index a10ab234..a3ccbeec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] @@ -30,6 +30,7 @@ asyncio = "*" simpleaichat = "*" nest_asyncio = "*" pegasusx = "*" +einops = "*" google-generativeai = "*" torch = "*" langchain-experimental = "*"