Skip to content

Commit 3885ac5

Browse files
Romeokienzler patch 1 (#395)
* Update package name and version in pyproject.toml * reorg, add auto publish to pypi * fix deps
1 parent de2c010 commit 3885ac5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ classifiers = [
1919
"Operating System :: OS Independent"
2020
]
2121

22+
dependencies = [
23+
"claimed",
24+
]
25+
2226
[project.urls]
2327
"Homepage" = "https://github.com/machine-learning-exchange/mlx"
2428
"Source" = "https://github.com/machine-learning-exchange/mlx"
2529

26-
[project.dependencies]
27-
# put runtime deps here, for example:
28-
claimed
29-
3030
[tool.setuptools.packages.find]
3131
where = ["mlx"]
3232
exclude = ["tests*"]

0 commit comments

Comments
 (0)