diff --git a/pyproject.toml b/pyproject.toml index 747a4f4..bba2587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] @@ -31,7 +31,6 @@ pinecone = "*" faiss-cpu = "*" pydantic = "*" sqlalchemy = "*" -sqlite3 = "*" diff --git a/requirements.txt b/requirements.txt index 6c4db2e..d17103d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,4 @@ pinecone faiss-cpu torch pydantic -sqlalchemy -sqlite3 \ No newline at end of file +sqlalchemy \ No newline at end of file