Skip to content

Commit 051d3f8

Browse files
committed
Only support aiida-core >=2.7.1
1 parent 6e576a2 commit 051d3f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- aiida-core~=2.6.3
6+
- aiida-core>=2.7.1
77
- aiida-core.services

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
keywords = ["aiida", "plugin"]
2121
requires-python = ">=3.9"
2222
dependencies = [
23-
"aiida-core>=2.3,<3",
23+
"aiida-core>=2.7.1,<3",
2424
"ase",
2525
"node-graph>=0.3.9",
2626
]

0 commit comments

Comments
 (0)