We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2c010 commit 3885ac5Copy full SHA for 3885ac5
1 file changed
pyproject.toml
@@ -19,14 +19,14 @@ classifiers = [
19
"Operating System :: OS Independent"
20
]
21
22
+dependencies = [
23
+ "claimed",
24
+]
25
+
26
[project.urls]
27
"Homepage" = "https://github.com/machine-learning-exchange/mlx"
28
"Source" = "https://github.com/machine-learning-exchange/mlx"
29
-[project.dependencies]
-# put runtime deps here, for example:
-claimed
-
30
[tool.setuptools.packages.find]
31
where = ["mlx"]
32
exclude = ["tests*"]
0 commit comments