summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2018-11-28 21:56:35 +0300
committerRasmus Andersson <rasmus@notion.se>2018-11-28 21:56:35 +0300
commit2ac5b2d9ff43ad64cb5b49d1b3266661180da8e1 (patch)
tree7a5604cb163cf0599a87829d5e0a093e76603344 /requirements.txt
parent2065f9dea69fcec0d76eda15205759631cb535d4 (diff)
downloadinter-2ac5b2d9ff43ad64cb5b49d1b3266661180da8e1.tar.xz
Upgrade toolchain to Python 3, fontmake 1.8.0 and numpy 1.15.4
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt
index 648efff81..4aae4fb61 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,9 +1,7 @@
skia-pathops==0.2.0.post2
-
-git+https://github.com/googlei18n/glyphsLib.git@ca7febea8b3cd2ee51e95dd84d9c6701825d29ae
-git+https://github.com/googlei18n/fontmake.git@18b1dc235062ed7aec0485f40a778c369a526200
+fontmake==1.8.0
# for fontTools/varLib/interpolatable.py
-numpy==1.15.1
+numpy==1.15.4
scipy==1.1.0
munkres==1.0.12