Skip to content

Commit

Permalink
Dependencies: update plumpy~=0.21.0 and nest-asyncio==1.5.5
Browse files Browse the repository at this point in the history
This is to comply with the requirements of `notebook==6.4.10`. The
update for `plumpy` is necessary because `0.20.0` pinned `nest-asyncio`
to the `v1.4` minor version.
  • Loading branch information
sphuber committed Apr 12, 2022
1 parent 7c302ff commit 1fc03bc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
- numpy~=1.19
- pamqp~=2.3
- paramiko>=2.7.2,~=2.7
- plumpy~=0.20.0
- plumpy~=0.21.0
- pgsu~=0.2.1
- psutil~=5.6
- psycopg2-binary~=2.8
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"numpy~=1.19",
"pamqp~=2.3",
"paramiko~=2.7,>=2.7.2",
"plumpy~=0.20.0",
"plumpy~=0.21.0",
"pgsu~=0.2.1",
"psutil~=5.6",
"psycopg2-binary~=2.8",
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ myst-nb==0.13.2
nbclient==0.5.9
nbconvert==6.3.0
nbformat==5.1.3
nest-asyncio==1.4.3
nest-asyncio==1.5.5
networkx==2.6.3
notebook==6.4.10
numpy==1.22.0
Expand All @@ -91,7 +91,7 @@ pickleshare==0.7.5
Pillow==9.0.0
plotly==5.4.0
pluggy==1.0.0
plumpy==0.20.0
plumpy==0.21.0
prometheus-client==0.12.0
prompt-toolkit==3.0.23
psutil==5.8.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-py-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ myst-nb==0.13.2
nbclient==0.5.9
nbconvert==6.3.0
nbformat==5.1.3
nest-asyncio==1.4.3
nest-asyncio==1.5.5
networkx==2.6.3
notebook==6.4.10
numpy==1.21.4
Expand All @@ -92,7 +92,7 @@ pickleshare==0.7.5
Pillow==9.0.0
plotly==5.4.0
pluggy==1.0.0
plumpy==0.20.0
plumpy==0.21.0
prometheus-client==0.12.0
prompt-toolkit==3.0.23
psutil==5.8.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ myst-nb==0.13.2
nbclient==0.5.9
nbconvert==6.3.0
nbformat==5.1.3
nest-asyncio==1.4.3
nest-asyncio==1.5.5
networkx==2.6.3
notebook==6.4.10
numpy==1.21.4
Expand All @@ -91,7 +91,7 @@ pickleshare==0.7.5
Pillow==9.0.0
plotly==5.4.0
pluggy==1.0.0
plumpy==0.20.0
plumpy==0.21.0
prometheus-client==0.12.0
prompt-toolkit==3.0.23
psutil==5.8.0
Expand Down

0 comments on commit 1fc03bc

Please sign in to comment.