Skip to content

Commit

Permalink
Update dependeny requirement circus~=0.16.1 (#3703)
Browse files Browse the repository at this point in the history
This new release of `circus` makes it compatible with `pyzmq>=17`. This
in turn allows us to unpin the `ipython` requirement which required
these versions of `pyzmq`. Note that implicitly the upper limit is
`7.10` for `ipython` because there python 3.5 support is dropped which
we support for another 9 months.

Note that we specify `0.16.1` because the uploaded wrong tarball was
uploaded for `0.16.0` making installation from source fail.
  • Loading branch information
sphuber authored Dec 27, 2019
1 parent a6c4704 commit 982b089
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aiida-export-migration-tests==0.8.0
aldjemy~=0.9.1
alembic~=1.2
ase~=3.18
circus~=0.15.0
circus~=0.16.1
click-completion~=0.5.1
click-config-file~=0.5.0
click-spinner~=0.1.8
Expand All @@ -15,7 +15,7 @@ flask-cors~=3.0
flask-restful~=0.3.7
flask~=1.1
graphviz~=0.13
ipython>=4.0,<6.0
ipython~=7.0
jinja2~=2.10
kiwipy[rmq]~=0.5.1
numpy~=1.17,<1.18
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ channels:
dependencies:
- aldjemy~=0.9.1
- alembic~=1.2
- circus~=0.15.0
- circus~=0.16.1
- click-completion~=0.5.1
- click-config-file~=0.5.0
- click-spinner~=0.1.8
- click~=7.0
- django~=2.2
- ete3~=3.1
- python-graphviz~=0.13
- ipython>=4.0,<6.0
- ipython~=7.0
- jinja2~=2.10
- kiwipy[rmq]~=0.5.1
- numpy~=1.17,<1.18
Expand Down
4 changes: 2 additions & 2 deletions setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"install_requires": [
"aldjemy~=0.9.1",
"alembic~=1.2",
"circus~=0.15.0",
"circus~=0.16.1",
"click-completion~=0.5.1",
"click-config-file~=0.5.0",
"click-spinner~=0.1.8",
"click~=7.0",
"django~=2.2",
"ete3~=3.1",
"graphviz~=0.13",
"ipython>=4.0,<6.0",
"ipython~=7.0",
"jinja2~=2.10",
"kiwipy[rmq]~=0.5.1",
"numpy~=1.17,<1.18",
Expand Down

0 comments on commit 982b089

Please sign in to comment.