diff --git a/setup.py b/setup.py index 7a25dfbe7..0661d687a 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "packaging>=16.8,<17.0", "six>=1.11.0,<2.0.0", "networkx==2.1", - "typing>=3.7.0,<3.8.0" + "typing>=3.7.0,<3.8.0; python_version<'3.5'" ] test_requirements = [