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
+1 -3
View File
@@ -22,9 +22,7 @@ technical==1.4.4
tabulate==0.9.0
pycoingecko==3.1.0
jinja2==3.1.4
# Tables 3.10 dropped support for Python 3.9
tables==3.9.1; python_version < "3.10"
tables==3.10.1; python_version >= "3.10"
tables==3.10.1
joblib==1.4.2
rich==13.8.1
pyarrow==17.0.0; platform_machine != 'armv7l'