Skip to content

Commit

Permalink
Fix version of kiwipy==0.2.1 (#2014)
Browse files Browse the repository at this point in the history
Both `kiwipy` and `plumpy`, which has the former as a dependency, are
currently under active development. We need `plumpy==0.10.6` but that
has only a lower bound on `kiwipy` requirement, of which a new version
`0.3.0` was just released. This is however incompatible with `plumpy`
0.10.6 but is installed nonetheless, causing all the tests too fail.
Therefore we are temporarily fixing the version of `kiwipy` explicitly.
  • Loading branch information
sphuber authored Oct 2, 2018
1 parent 5d273c1 commit 1f73e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements_for_rtd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ete3==3.1.1
flask-marshmallow==0.9.0
ipython>=4.0,<6.0
itsdangerous==0.24
kiwipy==0.2.1
marshmallow-sqlalchemy==0.13.2
meld3==1.0.2
mock==2.0.0
Expand Down
1 change: 1 addition & 0 deletions setup_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'pika==0.11.2',
'ipython>=4.0,<6.0', # Version of ipython non enforced, because some still prefer version 4 rather than the latest
'plumpy==0.10.6',
'kiwipy==0.2.1',
'circus==0.14.0',
'tornado==4.5.3', # As of 2018/03/06 Tornado released v5.0 which breaks circus 0.14.0
'chainmap; python_version<"3.5"',
Expand Down

0 comments on commit 1f73e50

Please sign in to comment.