Skip to content

Commit

Permalink
Use plumpy 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Jan 9, 2025
1 parent 32707d0 commit b75862f
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 77 deletions.
2 changes: 1 addition & 1 deletion docs/source/reference/command_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ Below is a list with all available subcommands.
--broker-host HOSTNAME Hostname for the message broker. [default: 127.0.0.1]
--broker-port INTEGER Port for the message broker. [default: 5672]
--broker-virtual-host TEXT Name of the virtual host for the message broker without
leading forward slash.
leading forward slash. [default: ""]
--repository DIRECTORY Absolute path to the file repository.
--test-profile Designate the profile to be used for running the test
suite only.
Expand Down
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:
- importlib-metadata~=6.0
- numpy~=1.21
- paramiko~=3.0
- plumpy
- plumpy~=0.24.0
- pgsu~=0.3.0
- psutil~=5.6
- psycopg[binary]~=3.0
Expand Down
6 changes: 1 addition & 5 deletions 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',
'plumpy~=0.24.0',
'pgsu~=0.3.0',
'psutil~=5.6',
'psycopg[binary]~=3.0',
Expand Down Expand Up @@ -510,7 +510,3 @@ passenv =
AIIDA_TEST_WORKERS
commands = molecule {posargs:test}
"""

# FIXME: remove before merge
[tool.uv.sources]
plumpy = {git = "https://github.com/aiidateam/plumpy", rev = "ecef9b9a4ebbeafacd3b6a84952ad770972f2814"}
Loading

0 comments on commit b75862f

Please sign in to comment.