Skip to content

Commit

Permalink
Merge pull request #34 from Cosmian/feat/update_ano_version
Browse files Browse the repository at this point in the history
Feat/update ano version
  • Loading branch information
ccorsin authored Sep 6, 2023
2 parents a6ac4eb + d030fa9 commit 80daabe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data_anonymization_s3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM ghcr.io/cosmian/mse-base:20230810124352
RUN . /opt/venv/bin/activate && \
pip3 install "flask==2.2.2" \
"pandas==2.0.3" \
"cosmian-anonymization==1.2.2"
"cosmian-anonymization==1.2.4"
2 changes: 1 addition & 1 deletion data_anonymization_s3/mse.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ project = "default"
hardware = "4g-eu-001"
code = "mse_src"
tests = "tests"
docker = "ghcr.io/cosmian/mse-anonymization:20230830124903"
docker = "ghcr.io/cosmian/mse-anonymization:20230906131952"
secrets = "secrets.json"
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deps used by the examples
boto3==1.26
cosmian-anonymization==1.2.2
cosmian-anonymization==1.2.4
fastapi==0.92.0
flask==2.2.2
Flask-Cors==3.0.10
Expand Down

0 comments on commit 80daabe

Please sign in to comment.