Skip to content

Commit

Permalink
[setup.py] bump minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 22, 2024
1 parent 657c82c commit 4d8b0dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@


dep_versions = {
"fontMath": ">=0.9.3",
"fonttools": ">=4.50.0",
"glyphsLib": ">=6.7.0",
"ufo2ft": ">=3.2.0",
"fontMath": ">=0.9.4",
"fonttools": ">=4.54.1",
"glyphsLib": ">=6.9.2",
"ufo2ft": ">=3.3.1",
"ufoLib2": ">=0.16.0",
}

Expand Down

0 comments on commit 4d8b0dc

Please sign in to comment.