Loosen numpy dependency to numpy>=1.0.0 (#94)
* Loosen numpy dependency to numpy>=1.0.0 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/getzep/graphiti?shareId=XXXX-XXXX-XXXX-XXXX). * lock
This commit is contained in:
parent
66111a66db
commit
c2b3098e6c
2 changed files with 3 additions and 3 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue