Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aiida-core requirement from ~=2.4.0 to ~=2.4.1 #512

Open
wants to merge 2 commits into
base: ci/dependabot-updates
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/aiida-version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "AiiDA",
"message": "v2.4.0",
"message": "v2.4.1",
"color": "brightgreen"
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose-mongo.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion profiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading