Skip to content

Commit

Permalink
[README]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Gomez authored and Kye Gomez committed Jul 9, 2024
1 parent 8eb3908 commit 19fb2bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "swarms-memory"
version = "0.0.2"
version = "0.0.3"
description = "Swarms Memory - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand All @@ -23,11 +23,13 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.10"
swarms = "*"
torch = "*"
chromadb = "*"
loguru = "*"
sentence-transformers = "*"
pinecone = "*"
faiss = "*"



[tool.poetry.group.lint.dependencies]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
chromadb
swarms
loguru
sentence-transformers
pinecone
faiss
torch

0 comments on commit 19fb2bf

Please sign in to comment.