mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
update zmq dependency on Windows to 2.1.7
This commit is contained in:
parent
130f56cf50
commit
59f06d7d7b
@ -107,7 +107,7 @@ have['pymongo'] = test_for('pymongo')
|
||||
have['wx'] = test_for('wx')
|
||||
have['wx.aui'] = test_for('wx.aui')
|
||||
if os.name == 'nt':
|
||||
have['zmq'] = test_for('zmq', '2.1dev')
|
||||
have['zmq'] = test_for('zmq', '2.1.7')
|
||||
else:
|
||||
have['zmq'] = test_for('zmq', '2.1.4')
|
||||
have['qt'] = test_for('IPython.external.qt')
|
||||
|
Loading…
Reference in New Issue
Block a user