fix pyzmq version check for testing IPython.parallel

This commit is contained in:
MinRK 2011-04-08 15:27:53 -07:00
parent e4a5c1815e
commit cf9b16d19d

View File

@ -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')
#-----------------------------------------------------------------------------