mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
fix pyzmq version check for testing IPython.parallel
This commit is contained in:
parent
e4a5c1815e
commit
cf9b16d19d
@ -104,7 +104,7 @@ have['curses'] = test_for('_curses')
|
||||
have['wx'] = test_for('wx')
|
||||
have['wx.aui'] = test_for('wx.aui')
|
||||
have['pexpect'] = test_for('pexpect')
|
||||
have['zmq'] = test_for('zmq', '2.0.10')
|
||||
have['zmq'] = test_for('zmq', '2.1.4')
|
||||
have['pymongo'] = test_for('pymongo')
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user