Skip to content

Commit

Permalink
new dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Jan 10, 2025
1 parent 91cc1b2 commit f961806
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/envs/env_conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Mozilla Public License Version 2.0

# logging and serialization
scilogger>=1.2.3
scisave>=1.4.4
scilogger>=1.2.4
scisave>=1.4.5
jsonschema>=4.23.0

# numerical libraries
Expand Down
4 changes: 2 additions & 2 deletions .github/envs/env_pypi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Mozilla Public License Version 2.0

# logging and serialization
scilogger>=1.2.3
scisave>=1.4.4
scilogger>=1.2.4
scisave>=1.4.5
jsonschema>=4.23.0

# numerical libraries
Expand Down
4 changes: 2 additions & 2 deletions .github/envs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# Mozilla Public License Version 2.0

# logging and serialization
scilogger==1.2.3
scisave==1.4.4
scilogger==1.2.4
scisave==1.4.5
jsonschema==4.23.0

# numerical libraries
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,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.3=pyhd8ed1ab_0 \
scisave==1.4.4=pyhd8ed1ab_0 \
scilogger==1.2.4=pyhd8ed1ab_0 \
scisave==1.4.5=pyhd8ed1ab_0 \
jsonschema==4.23.0=pyhd8ed1ab_0 \
numpy==2.1.3=py312h58c1407_0 \
scipy==1.14.1=py312h62794b6_1 \
Expand Down
4 changes: 2 additions & 2 deletions conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies:
- pkg-config=0.29.2
- python-build=1.2.2
# logging and serialization
- scilogger=1.2.3
- scisave=1.4.4
- scilogger=1.2.4
- scisave=1.4.5
- jsonschema=4.23.0
# numerical libraries
- numpy=2.1.3
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ classifiers = [
"Environment :: Console",
]
dependencies = [
"scilogger >= 1.2.3",
"scisave >= 1.4.4",
"scilogger >= 1.2.4",
"scisave >= 1.4.5",
"jsonschema >= 4.23.0",
"joblib >= 1.3.0",
"numpy >= 1.24.0",
Expand Down

0 comments on commit f961806

Please sign in to comment.