Skip to content

Commit be9879c

Browse files
krionbsdMegan Wilhite
authored andcommitted
Remove max zeromq pinned version due to issues on FreeBSD
1 parent 4337381 commit be9879c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/zeromq.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
-r crypto.txt
33

44
pyzmq<=20.0.0 ; python_version < "3.6"
5-
pyzmq>=17.0.0,<22.0.0 ; python_version < "3.9"
6-
pyzmq>19.0.2,<22.0.0 ; python_version >= "3.9"
5+
pyzmq>=17.0.0 ; python_version < "3.9"
6+
pyzmq>19.0.2 ; python_version >= "3.9"

0 commit comments

Comments
 (0)