Commit 4927e0e9 authored by Stefan Behnel's avatar Stefan Behnel

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

parent f87e4bc2
......@@ -10,7 +10,7 @@ addons:
- gdb
- python-dbg
- python3-dbg
- libzmq-dev # needed by IPython/Tornado
#- libzmq-dev # previously needed by IPython/Tornado, now embedded in pyzmq
#- gcc-8
#- g++-8
......
jupyter
line_profiler
# transitive dependency of jupyter (18.0.0 is broken)
pyzmq<18
# transitive dependency of jupyter (18.0.0 comes with a new libzmq)
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