Skip to content

Commit 866c575

Browse files
authored
Fix tfs requirement in demos (#2658)
1 parent 2cfa1b7 commit 866c575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
futures==3.1.1
22
opencv-python>=4.6.0
3-
tensorflow-serving-api==2.11.0
4-
numpy<2.0.0
3+
tensorflow-serving-api>=2.11.0,<=2.13.0
4+
numpy<2.0.0

0 commit comments

Comments
 (0)