From 5079f5ee92aeda437c7658c78a274e73fd798206 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Wed, 28 Aug 2024 16:05:46 -0400 Subject: [PATCH] [SQLITE]{ --- pyproject.toml | 3 +-- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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