diff --git a/.github/envs/env_conda.txt b/.github/envs/env_conda.txt index 41563010..f88d8fef 100644 --- a/.github/envs/env_conda.txt +++ b/.github/envs/env_conda.txt @@ -4,8 +4,8 @@ # Mozilla Public License Version 2.0 # logging and serialization -scilogger>=1.2.2 -scisave>=1.4.1 +scilogger>=1.2.3 +scisave>=1.4.3 jsonschema>=4.23.0 # numerical libraries diff --git a/.github/envs/env_pypi.txt b/.github/envs/env_pypi.txt index 1b6ed18c..48865942 100644 --- a/.github/envs/env_pypi.txt +++ b/.github/envs/env_pypi.txt @@ -4,8 +4,8 @@ # Mozilla Public License Version 2.0 # logging and serialization -scilogger>=1.2.2 -scisave>=1.4.1 +scilogger>=1.2.3 +scisave>=1.4.3 jsonschema>=4.23.0 # numerical libraries diff --git a/.github/envs/requirements.txt b/.github/envs/requirements.txt index eacc28ac..7fbbc347 100644 --- a/.github/envs/requirements.txt +++ b/.github/envs/requirements.txt @@ -4,8 +4,8 @@ # Mozilla Public License Version 2.0 # logging and serialization -scilogger==1.2.2 -scisave==1.4.1 +scilogger==1.2.3 +scisave==1.4.3 jsonschema==4.23.0 # numerical libraries diff --git a/Dockerfile b/Dockerfile index 7b433f7a..869617e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ LABEL org.opencontainers.image.licenses="MPL-2.0 and others" # install all the dependencies (but not PyPEEC) RUN mamba install --yes --channel conda-forge \ - scilogger==1.2.2=pyhd8ed1ab_0 \ - scisave==1.4.1=pyhd8ed1ab_0 \ + scilogger==1.2.3=pyhd8ed1ab_0 \ + scisave==1.4.3=pyhd8ed1ab_0 \ jsonschema==4.23.0=pyhd8ed1ab_0 \ numpy==2.1.3=py312h58c1407_0 \ scipy==1.14.1=py312h62794b6_1 \ diff --git a/conda.yaml b/conda.yaml index 27e24277..e3713970 100644 --- a/conda.yaml +++ b/conda.yaml @@ -29,8 +29,8 @@ dependencies: - pkg-config=0.29.2 - python-build=1.2.2 # logging and serialization - - scilogger=1.2.2 - - scisave=1.4.1 + - scilogger=1.2.3 + - scisave=1.4.3 - jsonschema=4.23.0 # numerical libraries - numpy=2.1.3 diff --git a/pyproject.toml b/pyproject.toml index 470fee37..dba6bb01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,8 @@ classifiers = [ "Environment :: Console", ] dependencies = [ - "scilogger >= 1.2.2", - "scisave >= 1.4.1", + "scilogger >= 1.2.3", + "scisave >= 1.4.3", "jsonschema >= 4.23.0", "joblib >= 1.3.0", "numpy >= 1.24.0",