File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 132
132
"py7zr" ,
133
133
"rarfile>=4.0" ,
134
134
"s3fs>=2021.11.1" , # aligned with fsspec[http]>=2021.11.1
135
- "tensorflow>=2.3,!=2.6.0,!=2.6.1" ,
135
+ "tensorflow>=2.3,!=2.6.0,!=2.6.1; sys_platform != 'darwin' or platform_machine != 'arm64'" ,
136
+ "tensorflow-macos; sys_platform == 'darwin' and platform_machine == 'arm64'" ,
136
137
"torch" ,
137
138
"torchaudio<0.12.0" ,
138
139
"soundfile" ,
172
173
"audio" : AUDIO_REQUIRE ,
173
174
"vision" : VISION_REQURE ,
174
175
"apache-beam" : ["apache-beam>=2.26.0" ],
175
- "tensorflow" : ["tensorflow>=2.2.0,!=2.6.0,!=2.6.1" ],
176
+ "tensorflow" : [
177
+ "tensorflow>=2.2.0,!=2.6.0,!=2.6.1; sys_platform != 'darwin' or platform_machine != 'arm64'" ,
178
+ "tensorflow-macos; sys_platform == 'darwin' and platform_machine == 'arm64'" ,
179
+ ],
176
180
"tensorflow_gpu" : ["tensorflow-gpu>=2.2.0,!=2.6.0,!=2.6.1" ],
177
181
"torch" : ["torch" ],
178
182
"s3" : [
You can’t perform that action at this time.
0 commit comments