mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 20:01:18 +00:00
chore: remove conditional requirements
This commit is contained in:
@@ -2,8 +2,7 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
# Required for hyperopt
|
# Required for hyperopt
|
||||||
scipy==1.14.1; python_version >= "3.10"
|
scipy==1.14.1
|
||||||
scipy==1.13.1; python_version < "3.10"
|
|
||||||
scikit-learn==1.5.2
|
scikit-learn==1.5.2
|
||||||
ft-scikit-optimize==0.9.2
|
ft-scikit-optimize==0.9.2
|
||||||
filelock==3.16.1
|
filelock==3.16.1
|
||||||
|
|||||||
@@ -22,9 +22,7 @@ technical==1.4.4
|
|||||||
tabulate==0.9.0
|
tabulate==0.9.0
|
||||||
pycoingecko==3.1.0
|
pycoingecko==3.1.0
|
||||||
jinja2==3.1.4
|
jinja2==3.1.4
|
||||||
# Tables 3.10 dropped support for Python 3.9
|
tables==3.10.1
|
||||||
tables==3.9.1; python_version < "3.10"
|
|
||||||
tables==3.10.1; python_version >= "3.10"
|
|
||||||
joblib==1.4.2
|
joblib==1.4.2
|
||||||
rich==13.8.1
|
rich==13.8.1
|
||||||
pyarrow==17.0.0; platform_machine != 'armv7l'
|
pyarrow==17.0.0; platform_machine != 'armv7l'
|
||||||
|
|||||||
Reference in New Issue
Block a user