Skip to content

Commit 838a85d

Browse files
Add mlx to optional dependencies
1 parent e5e0af6 commit 838a85d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ documentation = "https://pytensor.readthedocs.io/en/latest/"
6767
pytensor-cache = "pytensor.bin.pytensor_cache:main"
6868

6969
[project.optional-dependencies]
70-
complete = ["pytensor[jax]", "pytensor[numba]"]
70+
complete = ["pytensor[jax]", "pytensor[numba]", "pytensor[mlx]"]
7171
development = ["pytensor[complete]", "pytensor[tests]", "pytensor[rtd]"]
7272
tests = [
7373
"pytest",
@@ -81,6 +81,8 @@ tests = [
8181
rtd = ["sphinx>=5.1.0,<6", "pygments", "pydot", "pydot2", "pydot-ng"]
8282
jax = ["jax", "jaxlib"]
8383
numba = ["numba>=0.57", "llvmlite"]
84+
mlx = ['mlx']
85+
8486

8587
[tool.setuptools.packages.find]
8688
include = ["pytensor*"]

0 commit comments

Comments
 (0)