Skip to content

Commit 9a6207a

Browse files
committed
HACK fix aiida==2.9.0rc0
1 parent 476b16a commit 9a6207a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
'Topic :: Scientific/Engineering'
2222
]
2323
dependencies = [
24-
'aiida-core~=2.6,>=2.6.1',
24+
"aiida-core==2.9.0rc0",
2525
'dill'
2626
]
2727
dynamic = ['description', 'version']

0 commit comments

Comments
 (0)