Dependency solver ignores python_version
in required packages
#5145
Labels
kind/bug
Something isn't working as expected
python_version
in required packages
#5145
-vvv
option).Issue
Running
poetry install -vvv
fails on dependencies resolving step forgoogle-colab
:whereas
google-colab
1.0.0 on Python 3.7.1 should usepandas>=1.1.0
according to https://github.com/googlecolab/colabtools/blob/main/setup.py#L30:Comments
I believe this might be related to #2187
The text was updated successfully, but these errors were encountered: