Skip to content

Commit

Permalink
Merge pull request #1161 from microsoft/databricks_fix
Browse files Browse the repository at this point in the history
small 🐛 when installing recommenders into databricks
  • Loading branch information
miguelgfierro authored Jul 25, 2020
2 parents cc12aa8 + 86e4012 commit e961e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/databricks_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def prepare_for_operationalization(
from tools.generate_conda_file import PIP_BASE, CONDA_BASE

## depend on PIP_BASE:
PYPI_RECO_LIB_DEPS = [PIP_BASE["tqdm"], CONDA_BASE["papermill"]]
PYPI_RECO_LIB_DEPS = [CONDA_BASE["tqdm"]]

PYPI_O16N_LIBS = [
"azure-cli==2.0.56",
Expand Down

0 comments on commit e961e91

Please sign in to comment.