Skip to content

Commit

Permalink
Dependencies: increase minimum version requirement plumpy~=0.15.1 (a…
Browse files Browse the repository at this point in the history
…iidateam#4398)

The patch release of `plumpy` comes with a simple fix that will prevent
the printing of many warnings when running processes. So although not
critical, it does improve user experience.
  • Loading branch information
sphuber committed Sep 25, 2020
1 parent 4074110 commit 1c85bc8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
- numpy~=1.17
- paramiko~=2.7
- pika~=1.1
- plumpy~=0.15.0
- plumpy~=0.15.1
- pgsu~=0.1.0
- psutil~=5.6
- psycopg2>=2.8.3,~=2.8
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pgsu==0.1.0
pickleshare==0.7.5
pika==1.1.0
pluggy==0.13.1
plumpy==0.15.0
plumpy==0.15.1
prometheus-client==0.7.1
prompt-toolkit==2.0.10
psutil==5.7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pgtest==1.3.2
pickleshare==0.7.5
pika==1.1.0
pluggy==0.13.1
plumpy==0.15.0
plumpy==0.15.1
prometheus-client==0.7.1
prompt-toolkit==3.0.4
psutil==5.7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pgtest==1.3.2
pickleshare==0.7.5
pika==1.1.0
pluggy==0.13.1
plumpy==0.15.0
plumpy==0.15.1
prometheus-client==0.7.1
prompt-toolkit==3.0.4
psutil==5.7.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pgtest==1.3.2
pickleshare==0.7.5
pika==1.1.0
pluggy==0.13.1
plumpy==0.15.0
plumpy==0.15.1
prometheus-client==0.7.1
prompt-toolkit==3.0.4
psutil==5.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"numpy~=1.17",
"paramiko~=2.7",
"pika~=1.1",
"plumpy~=0.15.0",
"plumpy~=0.15.1",
"pgsu~=0.1.0",
"psutil~=5.6",
"psycopg2-binary~=2.8,>=2.8.3",
Expand Down

0 comments on commit 1c85bc8

Please sign in to comment.