Skip to content

Commit

Permalink
require glyphsLib>=6.0.0b4 (fixes issue with pypy3)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Sep 29, 2021
1 parent b1fa280 commit 5190dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fonttools[unicode,ufo,lxml]==4.27.1 ; platform_python_implementation == 'CPython'
fonttools[unicode,ufo]==4.27.1 ; platform_python_implementation != 'CPython'
cu2qu==1.6.7.post1
glyphsLib==6.0.0b3
glyphsLib==6.0.0b4
ufo2ft[pathops]==2.21.0
MutatorMath==3.0.1
fontMath==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
install_requires=[
"fonttools[ufo,lxml,unicode]>=4.21.1 ; platform_python_implementation == 'CPython'",
"fonttools[ufo,unicode]>=4.21.1 ; platform_python_implementation != 'CPython'",
"glyphsLib>=6.0.0b3",
"glyphsLib>=6.0.0b4",
"ufo2ft[compreffor]>=2.20.0",
"fontMath>=0.6.0",
"ufoLib2>=0.8.0",
Expand Down

0 comments on commit 5190dd8

Please sign in to comment.