Skip to content

Commit

Permalink
setup: bump deps
Browse files Browse the repository at this point in the history
* protobuf 3.15 => 3.19
* pyzmq 19 => 22
  • Loading branch information
oliver-sanders committed Nov 19, 2021
1 parent 6785c44 commit 12d702e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions conda-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ dependencies:
- graphviz # for static graphing
- jinja2 ==2.11.0,<2.12
- metomi-isodatetime >=1!2.0.2, <1!2.1.0
- protobuf >=3.15.0,<3.16.0
- protobuf >=3.19.0,<3.20.0
- psutil >=5.6.0
- python
- pyuv >=1.4.0,<1.5.0
- pyzmq >=19.0.0,<19.1.0
- pyzmq >=22,<23
- setuptools >=49
- urwid >=2,<3

# optional dependencies
#- empy >=3.3,<3.4
#- pandas >=1.0,<2
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ install_requires =
graphene>=2.1,<3
jinja2==2.11.*
metomi-isodatetime>=1!2.0.2, <1!2.1.0
protobuf==3.15.*
protobuf==3.19.*
psutil>=5.6.0
pyuv==1.4.*
pyzmq==19.0.*
pyzmq==22.*
setuptools>=49
urwid==2.*

Expand Down

0 comments on commit 12d702e

Please sign in to comment.