nyanp / chat2plot

chat to visualization with LLM
MIT License
179 stars 22 forks source link

Request to update to latest langchain 0.0.243 #4

Closed taposh closed 11 months ago

taposh commented 11 months ago

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. jupyter-ai 0.7.1 requires langchain==0.0.158, but you have langchain 0.0.243 which is incompatible.

Can you update langchain to latest 0.0.243?

nyanp commented 11 months ago

@taposh It seems that it is caused by dependency of (old) jupyter-ai, not chat2plot. Update jupyter-ai in your environment may solve the issue.

jupyter-ai 0.7.1 requires langchain==0.0.158