Skip to content

Commit

Permalink
Bump Alibi libs requirements (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed May 3, 2023
1 parent 05a8035 commit ba5d8af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 5 additions & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Force patch for CVE-2022-1941
# Otherwise, TF <2.12 will force a vulnerable version of `protobuf`
# Otherwise, onnxruntime or TF <2.12 will force a vulnerable version of `protobuf`
protobuf==3.20.3

# Force patch for CVE-2023-25668 (and a few others)
# Otherwise, onnxruntime will drop TF to 2.9 (because of clash in protobuf)
tensorflow>=2.12.0
5 changes: 2 additions & 3 deletions runtimes/alibi-detect/requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Force tests to use TF 2.10 - otherwise, it may fallback to TF 2.9 (due to the
# incompatibility with `protobuf>=3.20.2`)
tensorflow==2.10.1
# Force tests to use TF >=2.12 (this will match the Docker image environment)
tensorflow>=2.12.0

0 comments on commit ba5d8af

Please sign in to comment.