Skip to content

Commit

Permalink
deps: loosen pyzmq dependency
Browse files Browse the repository at this point in the history
* The ZMTP protocol provides robust forward & backward compatibility
  from libzmq version 3.2.2 onwards.
* Since this is the minimum version compatible with pyzmq, we can
  safely loosen this version coupling.
* For more information see the rationale in
  cylc#5311 (comment)

* Closes cylc#5272
* Closes cylc#5311
* Unblocks cylc/cylc-uiserver#411
  • Loading branch information
oliver-sanders committed Feb 2, 2023
1 parent 9e04264 commit c7a126d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- protobuf >=4.21.2,<4.22.0
- psutil >=5.6.0
- python
- pyzmq >=22,<23
- pyzmq >=22
- setuptools >=49, <67
- urwid >=2,<3
# Add # [py<3.11] for tomli once Python 3.11 Released
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ install_requires =
# Constrain protobuf version for compatible Scheduler-UIS comms across hosts
protobuf>=4.21.2,<4.22.0
psutil>=5.6.0
pyzmq==22.*
pyzmq>=22
# https://github.com/pypa/setuptools/issues/3802
setuptools>=49, <67
urwid==2.*
Expand Down

0 comments on commit c7a126d

Please sign in to comment.