Merge pull request #7818 from freqtrade/dependabot/pip/develop/torch-1.13.0

Bump torch from 1.12.1 to 1.13.0
This commit is contained in:
Matthias 2022-12-02 15:52:34 +01:00 committed by GitHub
commit 0be82b4ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-r requirements-freqai.txt
# Required for freqai-rl
torch==1.12.1
torch==1.13.0
stable-baselines3==1.6.2
sb3-contrib==1.6.2
# Gym is forced to this version by stable-baselines3.