Skip to content

Commit

Permalink
new verison
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Nov 11, 2023
1 parent 2e6efb4 commit 76fd9a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion code_quality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 3 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -30,7 +30,7 @@ asyncio = "*"
nest_asyncio = "*"
einops = "*"
google-generativeai = "*"
torch = "2.1.0"
torch = "*"
langchain-experimental = "*"
playwright = "*"
duckduckgo-search = "*"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 76fd9a0

Please sign in to comment.