From ea6ae25c8c3aeb3cba4c2d5c2d38c362773519c8 Mon Sep 17 00:00:00 2001 From: Reinier Koops Date: Thu, 9 Dec 2021 18:39:19 +0100 Subject: [PATCH] Package is now platform independent --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0131946..b0c3077 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ 'bpemb~=0.2.11', 'cython~=0.29.1', # 'entmax~=1.0', - 'jsonnet~=0.14.0', + 'jsonnetbin~=0.16.0', 'networkx~=2.2', 'nltk~=3.4', 'numpy~=1.16',