Skip to content

Commit

Permalink
Merge pull request freqtrade#11328 from freqtrade/dependabot/pip/deve…
Browse files Browse the repository at this point in the history
…lop/stable-baselines3-2.5.0

chore(deps): bump stable-baselines3 from 2.4.1 to 2.5.0
  • Loading branch information
xmatthias authored Feb 3, 2025
2 parents 6910663 + 37031ba commit c131493
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements-freqai-rl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
torch==2.2.2; sys_platform == 'darwin' and platform_machine == 'x86_64'
torch==2.5.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
gymnasium==0.29.1
stable_baselines3==2.4.1
# SB3 >=2.5.0 depends on torch 2.3.0 - which implies it dropped support x86 macos
stable_baselines3==2.4.1; sys_platform == 'darwin' and platform_machine == 'x86_64'
stable_baselines3==2.5.0; sys_platform != 'darwin' or platform_machine != 'x86_64'
sb3_contrib>=2.2.1
# Progress bar for stable-baselines3 and sb3-contrib
tqdm==4.67.1

0 comments on commit c131493

Please sign in to comment.