Metadata-Version: 2.4
Name: onnxruntime-mlx
Version: 0.2.3
Summary: Renamed to onnxruntime-ep-mlx — install onnxruntime-ep-mlx instead.
Project-URL: Homepage, https://github.com/justinchuby/onnxruntime-mlx
Project-URL: Repository, https://github.com/justinchuby/onnxruntime-mlx
Project-URL: Renamed to, https://pypi.org/project/onnxruntime-ep-mlx/
Author: onnxruntime-ep-mlx
License: MIT
Keywords: apple-silicon,deprecated,execution-provider,mlx,onnxruntime,renamed
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: onnxruntime-ep-mlx>=0.2.3
Description-Content-Type: text/markdown

# onnxruntime-mlx → renamed to `onnxruntime-ep-mlx`

> ⚠️ **This package has been renamed.** `onnxruntime-mlx` is now published as
> **[`onnxruntime-ep-mlx`](https://pypi.org/project/onnxruntime-ep-mlx/)**.

## Migrate

```bash
pip uninstall onnxruntime-mlx
pip install onnxruntime-ep-mlx
```

```python
import onnxruntime_ep_mlx        # was: import onnxruntime_mlx
onnxruntime_ep_mlx.register_execution_provider_library()
```

This final `onnxruntime-mlx` release is a thin **compatibility shim**: it depends on
`onnxruntime-ep-mlx` and re-exports it, so existing `import onnxruntime_mlx` code keeps
working (with a `DeprecationWarning`). It will not receive further updates — please
switch to **`onnxruntime-ep-mlx`**.

Source / docs: https://github.com/justinchuby/onnxruntime-mlx
