mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
depend on pyzmq-2.1dev on Windows
This is a temporary dependency, and should be changed to the next release of pyzmq when it arrives.
This commit is contained in:
parent
7eefed1d6b
commit
f32e2bb944
@ -106,7 +106,10 @@ have['pexpect'] = test_for('pexpect')
|
||||
have['pymongo'] = test_for('pymongo')
|
||||
have['wx'] = test_for('wx')
|
||||
have['wx.aui'] = test_for('wx.aui')
|
||||
have['zmq'] = test_for('zmq', '2.1.4')
|
||||
if os.name == 'nt':
|
||||
have['zmq'] = test_for('zmq', '2.1dev')
|
||||
else:
|
||||
have['zmq'] = test_for('zmq', '2.1.4')
|
||||
have['qt'] = test_for('IPython.external.qt')
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user