Skip to content

Commit 3279130

Browse files
author
Kye
committed
new verison
Former-commit-id: 76fd9a0
1 parent 4ffa418 commit 3279130

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

code_quality.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ black --experimental-string-processing swarms/
1313

1414
# Run ruff on the 'swarms' directory.
1515
# Add any additional flags if needed according to your version of ruff.
16-
ruff swarms/
16+
ruff swarms/
17+
#--unsafe_fix
1718

1819
# YAPF
1920
yapf --recursive --in-place --verbose --style=google --parallel swarms

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "swarms"
7-
version = "2.1.7"
7+
version = "2.1.8"
88
description = "Swarms - Pytorch"
99
license = "MIT"
1010
authors = ["Kye Gomez <kye@apac.ai>"]
1111
homepage = "https://github.com/kyegomez/swarms"
12-
documentation = "" # Add this if you have documentation.
12+
documentation = "https://swarms.apac.ai" # Add this if you have documentation.
1313
readme = "README.md" # Assuming you have a README.md
1414
repository = "https://github.com/kyegomez/swarms"
1515
keywords = ["artificial intelligence", "deep learning", "optimizers", "Prompt Engineering"]
@@ -30,7 +30,7 @@ asyncio = "*"
3030
nest_asyncio = "*"
3131
einops = "*"
3232
google-generativeai = "*"
33-
torch = "2.1.0"
33+
torch = "*"
3434
langchain-experimental = "*"
3535
playwright = "*"
3636
duckduckgo-search = "*"
@@ -63,10 +63,6 @@ soundfile = "*"
6363
torchvision = "*"
6464
rich = "*"
6565

66-
[tool.poetry.dev-dependencies]
67-
first_dependency = {git = "https://github.com/IDEA-Research/GroundingDINO.git"}
68-
second_dependency = {git = "https://github.com/facebookresearch/segment-anything.git"}
69-
7066
[tool.poetry.group.lint.dependencies]
7167
ruff = "^0.0.249"
7268
types-toml = "^0.10.8.1"

0 commit comments

Comments
 (0)