Commit 313eae09 authored by Stefan Behnel's avatar Stefan Behnel

Revert "Try using the embedded libzmq in pyzmq instead of a system wide installation."

This reverts commit d49062fd.
parent 34e01e6c
......@@ -10,7 +10,7 @@ addons:
- gdb
- python-dbg
- python3-dbg
#- libzmq-dev # previously needed by IPython/Tornado, now embedded in pyzmq
- libzmq-dev # needed by IPython/Tornado
#- gcc-8
#- g++-8
......
jupyter
line_profiler
# transitive dependency of jupyter (18.0.0 comes with a new libzmq)
pyzmq>=18
# transitive dependency of jupyter (18.0.0 is broken)
pyzmq<18
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment