Skip to content

Commit

Permalink
update scilogger and scisave versions
Browse files Browse the repository at this point in the history
  • Loading branch information
otvam committed Dec 20, 2024
1 parent 08a9921 commit a8245cd
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.2
scisave>=1.4.1
scilogger>=1.2.3
scisave>=1.4.3
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.2
scisave>=1.4.1
scilogger>=1.2.3
scisave>=1.4.3
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.2
scisave==1.4.1
scilogger==1.2.3
scisave==1.4.3
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 @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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",
Expand Down

0 comments on commit a8245cd

Please sign in to comment.