Skip to content

Commit 4fc934a

Browse files
p-wysockiAndrei Kochin
andauthored
Exclude a specific tensorflow version which does not support Python 3.8 on MacOS (#3974)
* Exclude tf version * Restart CI --------- Co-authored-by: Andrei Kochin <andrei.kochin@intel.com>
1 parent ba08d1c commit 4fc934a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
tensorflow>=2.5,<2.18.0
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

0 commit comments

Comments
 (0)