turicreate
turicreate copied to clipboard
Make coremltools python-dependent in requires_dist
Thecoremltools
dependency depends on the user's Python version. The logic for specifying this already exists in setup.py
. This PR makes the coremltools
version explicitly dependent on the Python version in the install_requires
entry.
This change fixes https://github.com/apple/turicreate/issues/3342 .