Skip to content

Commit

Permalink
Fix dependency installation for topic/machine-learning/automl (#366)
Browse files Browse the repository at this point in the history
* Remove unused werkzeug dependency

* Remove pycaret[tuner] dependency, it doesn't exist (any more)

* Remove unused pycaret[analysis] dependency

* Remove unused tqdm dependency
  • Loading branch information
hammerhead authored Mar 14, 2024
1 parent 5f00e12 commit 79a8788
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions topic/machine-learning/automl/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
crate[sqlalchemy]
mlflow-cratedb==2.10.2
plotly<5.20
pycaret[analysis,models,tuner,parallel,test]==3.3.0
pycaret[models,parallel,test]==3.3.0
pydantic<2
python-dotenv<2
tqdm<5
werkzeug==2.2.3

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

0 comments on commit 79a8788

Please sign in to comment.