mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Simplify requirements for 3.9+
This commit is contained in:
@@ -2,8 +2,7 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
# Required for hyperopt
|
# Required for hyperopt
|
||||||
scipy==1.11.2; python_version >= '3.9'
|
scipy==1.11.2
|
||||||
scipy==1.10.1; python_version < '3.9'
|
|
||||||
scikit-learn==1.1.3
|
scikit-learn==1.1.3
|
||||||
scikit-optimize==0.9.0
|
scikit-optimize==0.9.0
|
||||||
filelock==3.12.3
|
filelock==3.12.3
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
numpy==1.25.2; python_version > '3.8'
|
numpy==1.25.2
|
||||||
numpy==1.24.3; python_version <= '3.8'
|
pandas==2.1.0
|
||||||
pandas==2.1.0; python_version > '3.8'
|
|
||||||
pandas==2.0.3; python_version <= '3.8'
|
|
||||||
pandas-ta==0.3.14b
|
pandas-ta==0.3.14b
|
||||||
|
|
||||||
ccxt==4.0.81
|
ccxt==4.0.81
|
||||||
|
|||||||
Reference in New Issue
Block a user