Skip to content

Commit

Permalink
Update pyproject.toml with dependencies
Browse files Browse the repository at this point in the history
Probably should remove them from the setup.py as well.
  • Loading branch information
Letme authored Nov 18, 2024
1 parent 63a1038 commit 87181cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "src/mlx/warnings/__version__.py"

[project]
dependencies = [
'junitparser>=1.0.0,<2.0',
'ruamel.yaml>=0.17.21',
]

0 comments on commit 87181cd

Please sign in to comment.