Skip to content

Commit c84d052

Browse files
committed
Fix unpack error
1 parent ae9bccd commit c84d052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/import_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"--extra-index-url https://download.pytorch.org/whl/cpu ",
1313
),
1414
"jax": ("jax[cpu]", ""),
15-
"mlx": "mlx",
15+
"mlx": ("mlx", ""),
1616
}
1717

1818

0 commit comments

Comments
 (0)