diff --git a/poetry.lock b/poetry.lock index c9d55e7a..0aaa8dfc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -3260,4 +3260,4 @@ test = ["websockets"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "1ba304a5b8b29ca54f595cde1883d7bd2b20a962bde763071aae2c7f7948b8d4" +content-hash = "0701936b35e876143edca27cea302f3655f0489012b0681773d2f15f3bd83bdc" diff --git a/pyproject.toml b/pyproject.toml index 3976e449..88c89647 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ neo4j = "^5.23.0" diskcache = "^5.6.3" openai = "^1.38.0" tenacity = "<9.0.0" -numpy = "^2.1.1" +numpy = ">=1.0.0" [tool.poetry.dev-dependencies] pytest = "^8.3.2"