stanfordnlp / dspy

DSPy: The framework for programming—not prompting—foundation models
https://dspy-docs.vercel.app/
MIT License
18.28k stars 1.4k forks source link

Getting dependency issues with Microsoft GraphRAG #1328

Open ArslanS1997 opened 3 months ago

ArslanS1997 commented 3 months ago

Hi, I am trying to use GraphRAG and DSPy together, building a small streamlit application for it. This is the dependency error I get, is it possible that dspy_ai could work with joblib 1.4.2?

The user requested joblib~=1.3.2

dspy-ai 2.4.5 depends on joblib~=1.3.2

nltk 3.8.1 depends on joblib

graspologic 3.4.1 depends on joblib<2.0.0 and >=1.4.2

Any help would be appreciated Thanks, love the package and the simplicity you can use to build LLM apps
okhat commented 2 months ago

Ah got it. We'll remove the depdendency on joblib within a week anyway