Skip to content

Commit d6541d8

Browse files
authored
Update sb3_contrib dependency condition
Install dependencies for development on macOS with Intel x86_64 Chip.
1 parent 9b1fc7a commit d6541d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-freqai-rl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ torch==2.8.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
66
gymnasium==0.29.1
77
# SB3 >=2.5.0 depends on torch 2.3.0 - which implies it dropped support x86 macos
88
stable_baselines3==2.7.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
9-
sb3_contrib>=2.2.1
9+
sb3_contrib>=2.2.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
1010
# Progress bar for stable-baselines3 and sb3-contrib
1111
tqdm==4.67.1

0 commit comments

Comments
 (0)