Skip to content

Commit

Permalink
plumpy hook pointing to async-run branch, now
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali committed Dec 5, 2024
1 parent 38cfc24 commit 799e0f8
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 @@ -23,7 +23,7 @@ dependencies:
- importlib-metadata~=6.0
- numpy~=1.21
- paramiko~=3.0
- plumpy@ git+https://github.com/khsrali/plumpy.git@allow-async-upload-download#egg=plumpy
- plumpy@ git+https://github.com/aiidateam/plumpy.git@async-run#egg=plumpy
- pgsu~=0.3.0
- psutil~=5.6
- psycopg[binary]~=3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
'importlib-metadata~=6.0',
'numpy~=1.21',
'paramiko~=3.0',
'plumpy@git+https://github.com/khsrali/plumpy.git@allow-async-upload-download#egg=plumpy',
'plumpy@git+https://github.com/aiidateam/plumpy.git@async-run#egg=plumpy',
'pgsu~=0.3.0',
'psutil~=5.6',
'psycopg[binary]~=3.0',
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pillow==9.5.0
platformdirs==3.6.0
plotly==5.15.0
pluggy==1.0.0
plumpy@git+https://github.com/khsrali/plumpy.git@allow-async-upload-download#egg=plumpy
plumpy@git+https://github.com/aiidateam/plumpy.git@async-run#egg=plumpy
prometheus-client==0.17.0
prompt-toolkit==3.0.38
psutil==5.9.5
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pillow==9.5.0
platformdirs==3.6.0
plotly==5.15.0
pluggy==1.0.0
plumpy@git+https://github.com/khsrali/plumpy.git@allow-async-upload-download#egg=plumpy
plumpy@git+https://github.com/aiidateam/plumpy.git@async-run#egg=plumpy
prometheus-client==0.17.0
prompt-toolkit==3.0.38
psutil==5.9.5
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pillow==10.1.0
platformdirs==3.11.0
plotly==5.17.0
pluggy==1.3.0
plumpy@git+https://github.com/khsrali/plumpy.git@allow-async-upload-download#egg=plumpy
plumpy@git+https://github.com/aiidateam/plumpy.git@async-run#egg=plumpy
prometheus-client==0.17.1
prompt-toolkit==3.0.39
psutil==5.9.6
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pillow==9.5.0
platformdirs==3.6.0
plotly==5.15.0
pluggy==1.0.0
plumpy@git+https://github.com/khsrali/plumpy.git@allow-async-upload-download#egg=plumpy
plumpy@git+https://github.com/aiidateam/plumpy.git@async-run#egg=plumpy
prometheus-client==0.17.0
prompt-toolkit==3.0.38
psutil==5.9.5
Expand Down

0 comments on commit 799e0f8

Please sign in to comment.