Remove max zeromq pinned version due to issues on FreeBSD

This commit is contained in:
krionbsd 2021-11-02 10:11:32 +01:00 committed by Megan Wilhite
parent 43373814fb
commit be9879c5d5

View file

@ -2,5 +2,5 @@
-r crypto.txt
pyzmq<=20.0.0 ; python_version < "3.6"
pyzmq>=17.0.0,<22.0.0 ; python_version < "3.9"
pyzmq>19.0.2,<22.0.0 ; python_version >= "3.9"
pyzmq>=17.0.0 ; python_version < "3.9"
pyzmq>19.0.2 ; python_version >= "3.9"