feat: remove hdf5 dependencies and install logic

This commit is contained in:
Matthias
2025-01-06 13:21:16 +01:00
parent 0e5a88bf93
commit de2b8dcfdd
3 changed files with 1 additions and 29 deletions

View File

@@ -98,10 +98,6 @@ freqai_rl = [
"sb3-contrib",
"tqdm",
]
hdf5 = [
"tables",
"blosc",
]
develop = [
"coveralls",
"isort",
@@ -129,7 +125,7 @@ jupyter = [
"nbconvert",
]
all = [
"freqtrade[plot,hyperopt,freqai,freqai_rl,hdf5,jupyter]",
"freqtrade[plot,hyperopt,freqai,freqai_rl,jupyter]",
]
dev = [
"freqtrade[all,develop]",