Simplify requirements for 3.9+

This commit is contained in:
Matthias 2023-09-07 06:26:55 +02:00
parent 4ef1647132
commit aba9450098
2 changed files with 3 additions and 6 deletions

View File

@ -2,8 +2,7 @@
-r requirements.txt
# Required for hyperopt
scipy==1.11.2; python_version >= '3.9'
scipy==1.10.1; python_version < '3.9'
scipy==1.11.2
scikit-learn==1.1.3
scikit-optimize==0.9.0
filelock==3.12.3

View File

@ -1,7 +1,5 @@
numpy==1.25.2; python_version > '3.8'
numpy==1.24.3; python_version <= '3.8'
pandas==2.1.0; python_version > '3.8'
pandas==2.0.3; python_version <= '3.8'
numpy==1.25.2
pandas==2.1.0
pandas-ta==0.3.14b
ccxt==4.0.81