-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Alibi libs requirements (#1121)
- Loading branch information
Adrian Gonzalez-Martin
authored
May 2, 2023
1 parent
5b74023
commit bbaa42d
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |