graphrag
graphrag copied to clipboard
[Request]: Can we please update numpy dependency?
Do you need to file an issue?
- [x] I have searched the existing issues and this bug is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
- [ ] I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.
Describe the issue
Hi, this is a simple request because I'm having trouble using GraphRAG with some other packages that depends on numpy>=2.0.0 (qdrant-client>=1.13.3 is an example). This is not a big problem for me because I can depend on another qdrant-client version, but it might start being a bigger problem in the future.
Can we please update the numpy version dependency to make everything compatible?
Thanks in advance.
Steps to reproduce
No response
GraphRAG Config Used
I'm trying to use this pyproject.toml:
"graphrag>=2.1.0",
"qdrant-client>=1.13.3",
Logs and screenshots
No response
Additional Information
- GraphRAG Version: >=2.1.0
- Operating System: Linux
- Python Version: >=3.13