Skip to content

Commit 05b51e4

Browse files
committed
plumpy-test
1 parent 140f4d3 commit 05b51e4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
'importlib-metadata~=6.0',
3535
'numpy~=1.21',
3636
'paramiko~=3.0',
37-
'plumpy~=0.22.3',
37+
'plumpy',
3838
'pgsu~=0.3.0',
3939
'psutil~=5.6',
4040
'psycopg[binary]~=3.0',
@@ -57,6 +57,10 @@ name = 'aiida-core'
5757
readme = 'README.md'
5858
requires-python = '>=3.9'
5959

60+
# FIXME: remove before merge
61+
[tool.uv.sources]
62+
plumpy = {git = "https://github.com/unkcpz/plumpy", rev = "560098c2b55a312b60884a0b8dfac97f6e8139d8"}
63+
6064
[project.entry-points.'aiida.brokers']
6165
'core.rabbitmq' = 'aiida.brokers.rabbitmq.broker:RabbitmqBroker'
6266

0 commit comments

Comments
 (0)