Skip to content

Commit

Permalink
Merge pull request #11 from stockeh/dependabot/pip/black-gte-23.0-and…
Browse files Browse the repository at this point in the history
…-lt-25.0

Update black requirement from <24.0,>=23.0 to >=23.0,<25.0
  • Loading branch information
stockeh authored Nov 7, 2024
2 parents 05340df + b325d2c commit 60b3fd0
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 @@ -33,7 +33,7 @@ Changelog = "https://github.com/stockeh/mlx-optimizers/blob/main/CHANGELOG.md"
dev = [
"ruff",
"mypy>=1.0,<1.14",
"black>=23.0,<24.0",
"black>=23.0,<25.0",
"isort>=5.12,<5.14",
"pytest",
"pytest-sphinx",
Expand Down

0 comments on commit 60b3fd0

Please sign in to comment.