Skip to content

Commit

Permalink
Make mlx mandatory dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Fatir Ansari committed Apr 5, 2024
1 parent 5740e8c commit d9034a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ dependencies = [
"torch~=2.1", # package was tested on 2.2
"transformers~=4.31",
"accelerate",
"mlx~=0.9.0"
]

[project.optional-dependencies]
test = ["pytest~=8.0", "numpy~=1.21"]
typecheck = ["mypy~=1.9"]
mlx = ["mlx~=0.9.0"]

[tool.mypy]
ignore_missing_imports = true

0 comments on commit d9034a1

Please sign in to comment.