Skip to content

Commit 372a4e9

Browse files
committed
Update numpy and tf requirements
1 parent 4f096d4 commit 372a4e9

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

demos/common/python/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
numpy>=1.16.6,<1.20; python_version <= "3.6"
2-
numpy>=1.16.6,<=1.21; python_version > "3.6"
1+
numpy>=1.16.6,<=1.23.1
32
opencv-python==4.5.*
43
scipy~=1.5.4

demos/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ librosa>=0.8.0
33
matplotlib>=3.3.4
44
motmetrics>=1.2.0
55
nibabel>=3.2.1
6-
numpy>=1.16.6,<1.20; python_version <= "3.6"
7-
numpy>=1.16.6,<=1.21; python_version > "3.6"
6+
numpy>=1.16.6,<=1.23.1
87
opencv-python==4.5.*
98
pillow>=8.1.2
109
pyyaml>=5.4.1
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# core components
22
defusedxml>=0.7.1
3-
numpy>=1.16.6,<1.20; python_version <= "3.6"
4-
numpy>=1.16.6,<=1.21; python_version > "3.6"
3+
numpy>=1.16.6,<=1.23.1
54
openvino-telemetry>=2022.1.0
65
PyYAML>=5.4.1
76
pillow>=8.1.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tensorflow~=2.5.0
1+
tensorflow>=2.5,<=2.9.1

0 commit comments

Comments
 (0)