You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am finding it difficult / impossible to include neo4j-graphrag in our jupyterlab k8s pod, as it really causes conflicts w/ pandas, numpy, etc. Here is the system response to doing 'python -m pip install --upgrade pip':
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
neo4j-graphrag 1.8.0 requires numpy<3.0.0,>=2.0.0; python_version >= "3.9" and python_version < "3.13", but you have numpy 1.26.4 which is incompatible.
numba 0.57.1 requires numpy<1.25,>=1.21, but you have numpy 1.26.4 which is incompatible.