Skip to content

Commit

Permalink
require pyzmq >= 2.0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 12, 2011
1 parent 8b1b34d commit d9ab09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/zmq/__init__.py
Expand Up @@ -6,10 +6,10 @@
#-----------------------------------------------------------------------------

#-----------------------------------------------------------------------------
# Verify zmq version dependency >= 2.0.10
# Verify zmq version dependency >= 2.0.10.1
#-----------------------------------------------------------------------------

minimum_pyzmq_version = "2.0.10"
minimum_pyzmq_version = "2.0.10.1"

try:
import zmq
Expand Down

0 comments on commit d9ab09e

Please sign in to comment.