new verison

Former-commit-id: 76fd9a0019
grit/923f7c6f-0958-480b-8748-ea6bbf1c2084 2.1.7
Kye 1 year ago
parent 4ffa418178
commit 3279130e95

@ -13,7 +13,8 @@ black --experimental-string-processing swarms/
# Run ruff on the 'swarms' directory.
# Add any additional flags if needed according to your version of ruff.
ruff swarms/
ruff swarms/
#--unsafe_fix
# YAPF
yapf --recursive --in-place --verbose --style=google --parallel swarms

@ -4,12 +4,12 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "swarms"
version = "2.1.7"
version = "2.1.8"
description = "Swarms - Pytorch"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]
homepage = "https://github.com/kyegomez/swarms"
documentation = "" # Add this if you have documentation.
documentation = "https://swarms.apac.ai" # Add this if you have documentation.
readme = "README.md" # Assuming you have a README.md
repository = "https://github.com/kyegomez/swarms"
keywords = ["artificial intelligence", "deep learning", "optimizers", "Prompt Engineering"]
@ -30,7 +30,7 @@ asyncio = "*"
nest_asyncio = "*"
einops = "*"
google-generativeai = "*"
torch = "2.1.0"
torch = "*"
langchain-experimental = "*"
playwright = "*"
duckduckgo-search = "*"
@ -63,10 +63,6 @@ soundfile = "*"
torchvision = "*"
rich = "*"
[tool.poetry.dev-dependencies]
first_dependency = {git = "https://github.com/IDEA-Research/GroundingDINO.git"}
second_dependency = {git = "https://github.com/facebookresearch/segment-anything.git"}
[tool.poetry.group.lint.dependencies]
ruff = "^0.0.249"
types-toml = "^0.10.8.1"

Loading…
Cancel
Save