From 6f82bbb463779480a9f26d97dda4eb39279a7fba Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 20 Feb 2019 19:35:13 +0100 Subject: [PATCH] Fix travis build in Py3.4 by pinning a version dependency. --- test-requirements-cpython.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements-cpython.txt b/test-requirements-cpython.txt index 51061ff7d41..db74d13ce46 100644 --- a/test-requirements-cpython.txt +++ b/test-requirements-cpython.txt @@ -1,4 +1,4 @@ jupyter line_profiler -# transitive dependency of jupyter (18.0.0 is broken) -pyzmq<18 +# transitive dependency of jupyter (17.0+ lacks wheels for Py3.4) +pyzmq<17