turicreate icon indicating copy to clipboard operation
turicreate copied to clipboard

Make coremltools python-dependent in requires_dist

Open malcolmgreaves opened this issue 4 years ago • 0 comments

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 .

malcolmgreaves avatar Oct 02 '20 17:10 malcolmgreaves