new verison

pull/128/head
Kye 1 year ago
parent 2e6efb4781
commit 76fd9a0019

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

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

Loading…
Cancel
Save