Skip to content

Commit

Permalink
Update pandas-summary dependency
Browse files Browse the repository at this point in the history
Previously the structured data analysis notebook (course 1, lesson 3) would
fail on the DataFrameSummary command due to there being a change in how Pandas
handled types and pandas-summary. There is a change in pandas-summary, but the
version that released it seems to have gone down [1], so conda doesn't know how
to install it. So we have to hardcode it to the newly released version until
the version changes.

[1]: polyaxon/traceml#14
  • Loading branch information
panozzaj committed Jun 21, 2018
1 parent e8841f7 commit 4cef990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dependencies:
- torchvision>=0.1.9
- opencv-python
- isoweek
- pandas_summary
- pandas_summary==0.0.5
- torchtext
- graphviz
- sklearn_pandas
Expand Down

0 comments on commit 4cef990

Please sign in to comment.