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
{{ message }}
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
The PyPi published package for turicreate version 6.4.1 has inconsistent dependency information.
The package's requires_dist from pypi/turicreate/json has "coremltools (==3.3)". (From curl -sL https://pypi.org/pypi/turicreate/json | jq '.info.requires_dist').
This means that installation of turicreate with tools that use the published requires_dist will fail for Python 3.8 environments. For instance, I ran into this when using poetry: python-poetry/poetry#3011.
Given that setup.py puts the version at 4.0b3 for Python 3.8 and 3.3 for Python 3.7, I believe that the install_requires in setup.py should specify the compatible versions explicitly.