Describe the use case that is addressed by this feature.
I am developing a library for analyzing Allen data, and I want to integrate AI agents with LLM's into the library. However, I can't align dependencies, specifically a hardcoded old version of Pandas.
ERROR: Cannot install HuggingMouse, huggingmouse==0.2.0 and smolagents==1.7.0 because these package versions have conflicting dependencies.
The conflict is caused by:
huggingmouse 0.2.0 depends on pandas
allensdk 2.16.2 depends on pandas==1.5.3
smolagents 1.7.0 depends on pandas>=2.2.3
Any help would be appreciated!
Describe the solution you'd like
Would it be possible to update the Pandas version to newer?
Do you want to work on this issue?
I would be happy to delve into your code and help resolve the issue.