Commit d49062fd authored by Stefan Behnel's avatar Stefan Behnel

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

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