We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140f4d3 commit 05b51e4Copy full SHA for 05b51e4
pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
34
'importlib-metadata~=6.0',
35
'numpy~=1.21',
36
'paramiko~=3.0',
37
- 'plumpy~=0.22.3',
+ 'plumpy',
38
'pgsu~=0.3.0',
39
'psutil~=5.6',
40
'psycopg[binary]~=3.0',
@@ -57,6 +57,10 @@ name = 'aiida-core'
57
readme = 'README.md'
58
requires-python = '>=3.9'
59
60
+# FIXME: remove before merge
61
+[tool.uv.sources]
62
+plumpy = {git = "https://github.com/unkcpz/plumpy", rev = "560098c2b55a312b60884a0b8dfac97f6e8139d8"}
63
+
64
[project.entry-points.'aiida.brokers']
65
'core.rabbitmq' = 'aiida.brokers.rabbitmq.broker:RabbitmqBroker'
66
0 commit comments