Skip to content

Commit

Permalink
Merge pull request #1271 from microsoft/wutao/pmupdate-miguel
Browse files Browse the repository at this point in the history
Change conda install scrapbook to pip install
  • Loading branch information
wutaomsft authored Jan 3, 2021
2 parents 22ac36b + 823b546 commit dda07a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_conda_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"lightgbm": "lightgbm==2.2.1",
"cornac": "cornac>=1.1.2",
"papermill": "papermill>=2.2.0",
"nteract-scrapbook": "nteract-scrapbook>=0.4.0",
"tqdm": "tqdm>=4.31.1",
}

Expand Down Expand Up @@ -89,6 +88,7 @@
"xlearn": "xlearn==0.40a1",
"transformers": "transformers==2.5.0",
"tensorflow": "tensorflow==1.15.2",
"nteract-scrapbook": "nteract-scrapbook>=0.4.0",
}

PIP_GPU = {
Expand Down

0 comments on commit dda07a6

Please sign in to comment.