QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

FIX: Specifying a minimum pyzmq requirement #44

Closed AakashGfude closed 5 years ago

AakashGfude commented 5 years ago

To counter the following warning - VisibleDeprecationWarning: zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed. , a minimum pyzmq version of 17.1.3 is required. This PR fixes this issue. fix #33

mmcky commented 5 years ago

thanks @AakashGfude