Update requirements

This commit is contained in:
bmaltais 2023-04-01 16:35:50 -04:00
parent 109907c6f3
commit aae3263343
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ fairscale==0.4.13
requests==2.28.2
timm==0.6.12
# tensorflow<2.11
huggingface-hub==0.13.0
huggingface-hub==0.12.0; sys_platform != 'darwin'
huggingface-hub==0.13.0; sys_platform == 'darwin'
tensorflow==2.10.1; sys_platform != 'darwin'
tensorflow-macos==2.12.0; sys_platform == 'darwin'
# For locon support