Skip to content

Commit

Permalink
DevOps: make aiida-core version less strict (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastonero authored Feb 14, 2025
1 parent 504cbbb commit ba68637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
keywords = ['aiida', 'workflows']
requires-python = '>=3.9'
dependencies = [
'aiida-core>=2.3,<=2.5',
'aiida-core>=2.3,<2.6',
'aiida-quantumespresso>=4.8',
]

Expand Down

0 comments on commit ba68637

Please sign in to comment.