Skip to content

Commit

Permalink
temporarily change plumpy dependency to branch force-kill
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali committed Oct 2, 2024
1 parent 5002ab9 commit 8e080b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies:
- importlib-metadata~=6.0
- numpy~=1.21
- paramiko~=3.0
- plumpy~=0.22.3
- pgsu~=0.3.0
- psutil~=5.6
- psycopg[binary]~=3.0
Expand All @@ -35,3 +34,5 @@ dependencies:
- tqdm~=4.45
- upf_to_json~=0.9.2
- wrapt~=1.11
- pip:
- plumpy@git+https://github.com/aiidateam/plumpy.git@force-kill#egg=plumpy
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
'importlib-metadata~=6.0',
'numpy~=1.21',
'paramiko~=3.0',
'plumpy~=0.22.3',
'plumpy@git+https://github.com/aiidateam/plumpy.git@force-kill#egg=plumpy',
'pgsu~=0.3.0',
'psutil~=5.6',
'psycopg[binary]~=3.0',
Expand Down

0 comments on commit 8e080b0

Please sign in to comment.