Skip to content

Commit

Permalink
Merge branch 'master' into pwolnows-fix-device-whisper
Browse files Browse the repository at this point in the history
  • Loading branch information
pwolnows authored Jan 10, 2025
2 parents f5c1101 + 272ffd6 commit 8362566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/accuracy_checker/requirements-extra.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tqdm>=4.54.1
networkx<=2.8.2
scikit-image>=0.19.2

imagecodecs~=2022.2.22;python_version=="3.8" or python_version=="3.9"
imagecodecs~=2022.2.22;python_version<="3.10"
imagecodecs~=2024.6.1;python_version>="3.11"

# reid
Expand Down
3 changes: 1 addition & 2 deletions tools/model_tools/requirements-tensorflow.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
tensorflow>=2.5,<2.18.0; platform_system != 'darwin' or python_version != '3.8'
tensorflow>=2.5,<2.18.0,!=2.13.1; platform_system == 'darwin' and python_version == '3.8' # Explanation: 151865
tensorflow>=2.5,<2.19.0

0 comments on commit 8362566

Please sign in to comment.