Skip to content

Commit

Permalink
refactor(framework) Upgrade the mlx version and remove numpy dependen…
Browse files Browse the repository at this point in the history
…cy in the MLX template (#4690)
  • Loading branch information
panh99 authored Dec 12, 2024
1 parent 9a84910 commit b3cf211
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/py/flwr/cli/new/templates/app/pyproject.mlx.toml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ license = "Apache-2.0"
dependencies = [
"flwr[simulation]>=1.13.1",
"flwr-datasets[vision]>=0.3.0",
"mlx==0.16.1",
"numpy==1.24.4",
"mlx==0.21.1",
]

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit b3cf211

Please sign in to comment.