Skip to content

Commit 272ffd6

Browse files
authored
Bump tensorflow, clean up Python 3.8 environment markers (#3984)
* Updates * Newline
1 parent 5182cb4 commit 272ffd6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tools/accuracy_checker/requirements-extra.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tqdm>=4.54.1
66
networkx<=2.8.2
77
scikit-image>=0.19.2
88

9-
imagecodecs~=2022.2.22;python_version=="3.8" or python_version=="3.9"
9+
imagecodecs~=2022.2.22;python_version<="3.10"
1010
imagecodecs~=2024.6.1;python_version>="3.11"
1111

1212
# reid
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
tensorflow>=2.5,<2.18.0; platform_system != 'darwin' or python_version != '3.8'
2-
tensorflow>=2.5,<2.18.0,!=2.13.1; platform_system == 'darwin' and python_version == '3.8' # Explanation: 151865
1+
tensorflow>=2.5,<2.19.0

0 commit comments

Comments
 (0)