Skip to content

Commit

Permalink
bump minimum dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Mar 25, 2024
1 parent 54569df commit 6ebbb73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fonttools[repacker,ufo,unicode,lxml]==4.48.1; platform_python_implementation == 'CPython'
fonttools[repacker,ufo,unicode]==4.48.1; platform_python_implementation != 'CPython'
glyphsLib==6.6.3
ufo2ft==3.0.1
fonttools[repacker,ufo,unicode,lxml]==4.50.0; platform_python_implementation == 'CPython'
fonttools[repacker,ufo,unicode]==4.50.0; platform_python_implementation != 'CPython'
glyphsLib==6.6.6
ufo2ft==3.2.0b1
fontMath==0.9.3
booleanOperations==0.9.0
ufoLib2==0.16.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

dep_versions = {
"fontMath": ">=0.9.3",
"fonttools": ">=4.48.1",
"glyphsLib": ">=6.6.3",
"ufo2ft": ">=3.0.1",
"fonttools": ">=4.50.0",
"glyphsLib": ">=6.6.6",
"ufo2ft": ">=3.2.0b1",
"ufoLib2": ">=0.16.0",
}

Expand Down

0 comments on commit 6ebbb73

Please sign in to comment.