Skip to content

Commit

Permalink
Loosen numpy dependency to numpy>=1.0.0
Browse files Browse the repository at this point in the history
---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/getzep/graphiti?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
danielchalef committed Sep 9, 2024
1 parent 66111a6 commit 6a413cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6a413cc

Please sign in to comment.