fix: Add numpy to Pipfile dependencies for issue #520 (#533)

Co-authored-by: Ubuntu <ubuntu@ip-10-240-235-229.us-west-2.compute.internal>
This commit is contained in:
Devin 2024-04-02 00:55:20 +00:00 committed by GitHub
parent b609f0681b
commit abe0b9fd79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,7 @@ llama-index-embeddings-ollama = "*"
google-generativeai = "*"
toml = "*"
json_repair = "*"
numpy = "*" # Added numpy as a dependency
[dev-packages]