diff --git a/.ci/aiida-version.json b/.ci/aiida-version.json index 648a3c8b..390f37dc 100644 --- a/.ci/aiida-version.json +++ b/.ci/aiida-version.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, "label": "AiiDA", - "message": "v2.4.0", + "message": "v2.4.1", "color": "brightgreen" } diff --git a/Dockerfile b/Dockerfile index 78a73544..099a118f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app # Install specific optimade and aiida-core versions ARG OPTIMADE_TOOLS_VERSION=0.25.3 -ARG AIIDA_VERSION=2.4.0 +ARG AIIDA_VERSION=2.4.1 # Copy repo contents COPY setup.py setup.json README.md requirements*.txt ./ diff --git a/profiles/docker-compose-mongo.j2 b/profiles/docker-compose-mongo.j2 index 14b3ad6c..96cf6287 100644 --- a/profiles/docker-compose-mongo.j2 +++ b/profiles/docker-compose-mongo.j2 @@ -11,7 +11,7 @@ services: dockerfile: Dockerfile args: OPTIMADE_TOOLS_VERSION: 0.25.3 - AIIDA_VERSION: 2.4.0 + AIIDA_VERSION: 2.4.1 CONFIG_FILE: aiida_optimade/config.json environment: AIIDA_PATH: /app diff --git a/profiles/docker-compose-mongo.yml b/profiles/docker-compose-mongo.yml index 9eed8730..5eb4902e 100644 --- a/profiles/docker-compose-mongo.yml +++ b/profiles/docker-compose-mongo.yml @@ -12,7 +12,7 @@ services: dockerfile: Dockerfile args: OPTIMADE_TOOLS_VERSION: 0.25.3 - AIIDA_VERSION: 2.4.0 + AIIDA_VERSION: 2.4.1 CONFIG_FILE: aiida_optimade/config.json environment: AIIDA_PATH: /app diff --git a/profiles/docker-compose.j2 b/profiles/docker-compose.j2 index 1cda8ee0..c49da575 100644 --- a/profiles/docker-compose.j2 +++ b/profiles/docker-compose.j2 @@ -9,7 +9,7 @@ services: dockerfile: Dockerfile args: OPTIMADE_TOOLS_VERSION: 0.25.3 - AIIDA_VERSION: 2.4.0 + AIIDA_VERSION: 2.4.1 CONFIG_FILE: aiida_optimade/config.json environment: AIIDA_PATH: /app diff --git a/profiles/docker-compose.yml b/profiles/docker-compose.yml index 13456e80..111027f7 100644 --- a/profiles/docker-compose.yml +++ b/profiles/docker-compose.yml @@ -10,7 +10,7 @@ services: dockerfile: Dockerfile args: OPTIMADE_TOOLS_VERSION: 0.25.3 - AIIDA_VERSION: 2.4.0 + AIIDA_VERSION: 2.4.1 CONFIG_FILE: aiida_optimade/config.json environment: AIIDA_PATH: /app diff --git a/requirements.txt b/requirements.txt index d466b9ba..4dfe2619 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ optimade[server]~=0.25.3 -aiida-core~=2.4.0 +aiida-core~=2.4.1 pymatgen>=2019.7.2,!=2019.9.7,<2023.11.13 # Dependencies used directly in this package, but included through other dependencies: