Skip to content

Commit

Permalink
Relax dependencies for customer satisfaction project + update README (#…
Browse files Browse the repository at this point in the history
…93)

* Update requirements.txt

* add env var to project README
  • Loading branch information
strickvl authored Mar 18, 2024
1 parent 4cd9561 commit 2b4431c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions customer-satisfaction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,13 @@ A browser window should open for you and let you configure a product to run a pr
```bash
zenml integration install mlflow -y
```

2. If you are trying to start the ZenML server with `zenml up`, if you're running
on a Mac, you might want to set the following environment variable in your `.zshrc`
file or in the environment in which you're running the pipeline:

```bash
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
```

This sometimes fixes problems with how ZenML starts.
4 changes: 2 additions & 2 deletions customer-satisfaction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
catboost==1.0.4
joblib==1.1.0
joblib>=1.1.0
lightgbm==4.1.0
optuna==2.10.0
streamlit==1.29.0
xgboost==2.0.3
markupsafe==1.1.1
zenml>=0.52.0
scikit-learn==1.3.2
scikit-learn>=1.3.2
altair

0 comments on commit 2b4431c

Please sign in to comment.