Skip to content

Commit c131493

Browse files
authored
Merge pull request freqtrade#11328 from freqtrade/dependabot/pip/develop/stable-baselines3-2.5.0
chore(deps): bump stable-baselines3 from 2.4.1 to 2.5.0
2 parents 6910663 + 37031ba commit c131493

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements-freqai-rl.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64'
66
torch==2.5.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
77
gymnasium==0.29.1
8-
stable_baselines3==2.4.1
8+
# SB3 >=2.5.0 depends on torch 2.3.0 - which implies it dropped support x86 macos
9+
stable_baselines3==2.4.1; sys_platform == 'darwin' and platform_machine == 'x86_64'
10+
stable_baselines3==2.5.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
911
sb3_contrib>=2.2.1
1012
# Progress bar for stable-baselines3 and sb3-contrib
1113
tqdm==4.67.1

0 commit comments

Comments
 (0)