conda-forge / mlx-feedstock

A conda-smithy repository for mlx.
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Missing type stubs for mlx/core in conda-forge #51

Open jbcoe opened 3 months ago

jbcoe commented 3 months ago

Solution to issue cannot be found in the documentation.

Issue

conda-forge install of mlx has not type stubs.

See https://github.com/ml-explore/mlx/issues/1345

Installed packages

N/A

Environment info

N/A
awni commented 1 month ago

@ngam @xhochy could either of you point me to how to modify the build to get the typing information included?

For the PyPi distribution we do the following in our Circle config:

pip install typing_extensions
python setup.py generate_stubs