Skip to content

Commit

Permalink
plumpy-test
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Dec 16, 2024
1 parent 140f4d3 commit 05b51e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 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',
'pgsu~=0.3.0',
'psutil~=5.6',
'psycopg[binary]~=3.0',
Expand All @@ -57,6 +57,10 @@ name = 'aiida-core'
readme = 'README.md'
requires-python = '>=3.9'

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

[project.entry-points.'aiida.brokers']
'core.rabbitmq' = 'aiida.brokers.rabbitmq.broker:RabbitmqBroker'

Expand Down

0 comments on commit 05b51e4

Please sign in to comment.