chore: drop support for macos x64 PyTorch

This commit is contained in:
Matthias
2025-03-22 20:11:20 +01:00
parent 31e4501765
commit 6f58e01f8e
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -2,7 +2,6 @@
-r requirements-freqai.txt
# Required for freqai-rl
torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64'
torch==2.6.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
gymnasium==0.29.1
# SB3 >=2.5.0 depends on torch 2.3.0 - which implies it dropped support x86 macos