Skip to content

Commit 79a8788

Browse files
authored
Fix dependency installation for topic/machine-learning/automl (#366)
* Remove unused werkzeug dependency * Remove pycaret[tuner] dependency, it doesn't exist (any more) * Remove unused pycaret[analysis] dependency * Remove unused tqdm dependency
1 parent 5f00e12 commit 79a8788

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

topic/machine-learning/automl/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
crate[sqlalchemy]
33
mlflow-cratedb==2.10.2
44
plotly<5.20
5-
pycaret[analysis,models,tuner,parallel,test]==3.3.0
5+
pycaret[models,parallel,test]==3.3.0
66
pydantic<2
77
python-dotenv<2
8-
tqdm<5
9-
werkzeug==2.2.3
108

119
# Development.
1210
# mlflow-cratedb @ git+https://github.com/crate-workbench/mlflow-cratedb.git@main

0 commit comments

Comments
 (0)