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
Hello, I'd like to use EcoLogits in a project using LangChain. But it's impossible because EcoLogits prevent to use packaging>=25.0
If you did not need specific version of a package, I think it's better to remain open to all versions.
To Reproduce
Steps to reproduce the behavior: poetry add ecologits langchain-core
Because no versions of ecologits match >0.1.5,<0.2.0
and ecologits (0.1.5) depends on packaging (>=24.0,<25.0), ecologits (>=0.1.5,<0.2.0) requires packaging (>=24.0,<25.0).
Because langchain-core (0.1.52) depends on packaging (>=23.2,<24.0)
and no versions of langchain-core match >0.1.52,<0.2.0, langchain-core (>=0.1.52,<0.2.0) requires packaging (>=23.2,<24.0).
Thus, ecologits (>=0.1.5,<0.2.0) is incompatible with langchain-core (>=0.1.52,<0.2.0).
And because langchain-experimental (0.0.58) depends on langchain-core (>=0.1.52,<0.2.0)
and no versions of langchain-experimental match >0.0.58,<0.0.59, ecologits (>=0.1.5,<0.2.0) is incompatible with langchain-experimental (>=0.0.58,<0.0.59).
So, because fiscal-qa depends on both langchain-experimental (^0.0.58) and ecologits (^0.1.5), version solving failed.
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello, I'd like to use EcoLogits in a project using LangChain. But it's impossible because EcoLogits prevent to use
packaging>=25.0
If you did not need specific version of a package, I think it's better to remain open to all versions.
To Reproduce
Steps to reproduce the behavior:
poetry add ecologits langchain-core
The text was updated successfully, but these errors were encountered: