-
-
Notifications
You must be signed in to change notification settings - Fork 505
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
87 additions
and
549 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "swarms" | ||
version = "6.9.9" | ||
version = "7.0.0" | ||
description = "Swarms - TGSC" | ||
license = "MIT" | ||
authors = ["Kye Gomez <[email protected]>"] | ||
|
@@ -78,25 +78,11 @@ rich = "*" | |
# sentence-transformers = "*" | ||
|
||
|
||
# [tool.poetry.extras] | ||
# # Extra for NLP-related functionalities | ||
# nlp = [ | ||
# "torch>=2.1.1,<3.0", | ||
# "transformers>=4.39.0,<5.0.0", | ||
# "sentence-transformers", | ||
# "swarm-models", | ||
# ] | ||
|
||
# # Extra for database-related functionalities | ||
# db = ["chromadb"] | ||
|
||
# # All optional dependencies for convenience | ||
# all = [ | ||
# "torch>=2.1.1,<3.0", | ||
# "transformers>=4.39.0,<5.0.0", | ||
# "sentence-transformers", | ||
# "chromadb", | ||
# "swarm-models" | ||
# "torch", | ||
# "transformers", | ||
# "litellm" | ||
# ] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.