sberbank-ai-lab / LightAutoML

LAMA - automatic model creation framework
Apache License 2.0
887 stars 92 forks source link

Poetry cant solve deps #92

Closed avmartugin closed 2 years ago

avmartugin commented 2 years ago

poetry 1.1.11 cant solve deps for lightautoml==0.3.0 and python 3.9.5

poetry update Creating virtualenv test1-xVJJlKZl-py3.9 in /home/user/.cache/pypoetry/virtualenvs Updating dependencies Resolving dependencies... (0.0s)

SolverProblemError

The current project's Python requirement (>=3.9,<4.0) is not compatible with some of the required packages Python requirement:

dev-rinchin commented 2 years ago

Hmm, the Python 3.9 check looks ok: https://github.com/sberbank-ai-lab/LightAutoML/runs/3913892573?check_suite_focus=true

jdonini commented 2 years ago

[tool.poetry.dependencies] python = ">=3.7, <3.10" or python = "~3.9"

github-actions[bot] commented 2 years ago

Stale issue message