From 42a90db1bc05237ed89a6bc213c95de1f39c7b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Voituret?= Date: Fri, 8 Jan 2021 16:36:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20=20pin=20idna=20for=20avoiding?= =?UTF-8?q?=20breaks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2483f7f..5228b83 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,7 @@ setup( 'scipy==1.4.1', 'setuptools>=41.0.0', 'librosa==0.8.0', + 'idna<3,>=2.5', '{}=={}'.format(tensorflow_dependency, tensorflow_version), ], extras_require={