Skip to content

Commit 5f34b42

Browse files
authored
No TF in win tests (#7603)
* no tf in win tests * fix
1 parent 11320c3 commit 5f34b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175
"sqlalchemy",
176176
"s3fs>=2021.11.1", # aligned with fsspec[http]>=2021.11.1; test only on python 3.7 for now
177177
"protobuf<4.0.0", # 4.0.0 breaks compatibility with tensorflow<2.12
178-
"tensorflow>=2.6.0; python_version<'3.10'", # numpy-2 is not supported for Python < 3.10
179-
"tensorflow>=2.16.0; python_version>='3.10'", # Pins numpy < 2
178+
"tensorflow>=2.6.0; python_version<'3.10' and sys_platform != 'win32'", # numpy-2 is not supported for Python < 3.10
179+
"tensorflow>=2.16.0; python_version>='3.10' and sys_platform != 'win32'", # Pins numpy < 2
180180
"tiktoken",
181181
"torch>=2.0.0",
182182
"torchdata",

0 commit comments

Comments
 (0)