Fixes gym issue

https://github.com/freqtrade/freqtrade/issues/8078
This commit is contained in:
Leonardo Custodio 2023-01-30 18:52:56 -03:00 committed by GitHub
parent c3ef8ebb10
commit 2b09f01293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ tables==3.8.0
blosc==1.11.1
joblib==1.2.0
pyarrow==11.0.0; platform_machine != 'armv7l'
# Fixes issue where gym cannot be installed - https://github.com/pypa/setuptools/issues/3801
setuptools==65.5.0
# find first, C search in arrays
py_find_1st==1.1.5