Skip to content

Commit

Permalink
Bump tensorflow, clean up Python 3.8 environment markers (#3984)
Browse files Browse the repository at this point in the history
* Updates

* Newline
  • Loading branch information
p-wysocki authored Jan 10, 2025
1 parent 5182cb4 commit 272ffd6
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 272ffd6

Please sign in to comment.