chore: remove conditional requirements

This commit is contained in:
Matthias
2024-10-01 07:04:25 +02:00
parent e975062e0e
commit bede81632d
2 changed files with 2 additions and 5 deletions

View File

@@ -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

View File

@@ -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'