update poetry

This commit is contained in:
Sarah Wooders
2023-10-26 17:43:37 -07:00
parent 436b2e7f9b
commit 7df12096d0
3 changed files with 1300 additions and 15 deletions

1305
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@ readme = "README.md"
memgpt = "memgpt.main:app"
[tool.poetry.dependencies]
python = "<3.13,>=3.9"
python = "<3.12,>=3.9"
typer = {extras = ["all"], version = "^0.9.0"}
questionary = "^2.0.1"
demjson3 = "^3.0.6"
@@ -31,6 +31,10 @@ pymupdf = "^1.23.5"
tqdm = "^4.66.1"
openai = "^0.28.1"
black = "^23.10.1"
pytest = "^7.4.3"
llama-index = "^0.8.53.post3"
setuptools = "^68.2.2"
datasets = "^2.14.6"
[build-system]

View File

@@ -105,7 +105,3 @@ def test_load_database():
)
print("Successfully loaded into index")
assert True
# test_load_directory()
test_load_database()