Skip to content

Commit

Permalink
[SQLITE]{
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye Gomez authored and Kye Gomez committed Aug 28, 2024
1 parent b6097d6 commit 5079f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 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.1.1"
version = "0.1.2"
description = "Swarms Memory - Pytorch"
license = "MIT"
authors = ["Kye Gomez <[email protected]>"]
Expand All @@ -31,7 +31,6 @@ pinecone = "*"
faiss-cpu = "*"
pydantic = "*"
sqlalchemy = "*"
sqlite3 = "*"



Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ pinecone
faiss-cpu
torch
pydantic
sqlalchemy
sqlite3
sqlalchemy

0 comments on commit 5079f5e

Please sign in to comment.