Skip to content

Commit 937e5d8

Browse files
authored
Merge pull request #212 from PSDI-UK/jimboid-patch-1
Limit upper version of aiida
2 parents 7872437 + 167efd1 commit 937e5d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v5.0.0
4949

5050
- name: Set up Python 3.13
51-
uses: uses: actions/setup-python@v6.0.0
51+
uses: actions/setup-python@v6.0.0
5252
with:
5353
python-version: 3.13
5454
- name: Install python dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
keywords = ["aiida", "plugin", "gromacs", "aiida-gromacs"]
2424
requires-python = ">=3.8"
2525
dependencies = [
26-
"aiida-core>=2.5.0,<3",
26+
"aiida-core>=2.5.0,<=2.6.3",
2727
"voluptuous"
2828
]
2929

0 commit comments

Comments
 (0)