Skip to content

Commit

Permalink
Dependencies: increase minimum version requirement plumpy~=0.15.1 (#…
Browse files Browse the repository at this point in the history
…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 authored Sep 25, 2020
1 parent 5e1c6fd commit dac8156
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.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 @@ -36,7 +36,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 dac8156

Please sign in to comment.