File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,20 +50,18 @@ and-cuda = [
5050 " tensorflow[and-cuda] >= 2.8.0 ; sys_platform == 'linux'" , # 2022/02/02
5151]
5252repro = [
53- # Reproducible results only with Python 3.12 and on CPU
53+ # Reproducible results only with Python 3.12 and on CPU and not on macOS Intel
5454 # Direct dependencies
5555 " soundfile == 0.12.1" ,
5656 " scipy == 1.16.3" ,
5757 " ordered-set == 4.1.0" ,
5858 " tqdm == 4.67.1" ,
59- " numpy == 2.1.0 ; sys_platform != 'darwin' or platform_machine != 'x86_64'" , # 2022/02/02
60- " numpy == 1.26.4 ; sys_platform == 'darwin' and platform_machine == 'x86_64'" ,
59+ " numpy == 2.1.0" ,
6160 " pandas == 2.3.3" ,
6261 " psutil == 7.1.3" ,
6362 " pyarrow == 22.0.0" ,
6463 " kagglehub == 0.3.13" ,
65- " tensorflow == 2.20.0 ; sys_platform != 'darwin' or platform_machine != 'x86_64'" , # 2022/02/02
66- " tensorflow == 1.16.2 ; sys_platform == 'darwin' and platform_machine == 'x86_64'" ,
64+ " tensorflow == 2.20.0 ; sys_platform == 'linux' or (sys_platform == 'darwin' and platform_machine == 'arm64') or (sys_platform == 'windows' and platform_machine == 'amd64')" ,
6765 " ai-edge-litert == 2.0.3 ; python_version < '3.13' and sys_platform == 'linux'" ,
6866 # Indirect dependencies
6967 " absl-py == 2.3.1" ,
You can’t perform that action at this time.
0 commit comments