Skip to content

Commit

Permalink
Depend on matplotlib-inline instead of ipython to avoid colab warning (
Browse files Browse the repository at this point in the history
…#2279)

* Depend on matplotlib-inline instead of ipython to avoid colab warning

* Address comments
  • Loading branch information
AnirudhDagar authored Aug 29, 2022
1 parent 1c0136f commit 6c45f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import d2l

requirements = [
'ipython>=7.23',
'jupyter',
'numpy',
'matplotlib',
'matplotlib-inline',
'requests',
'pandas',
'gym'
Expand Down

0 comments on commit 6c45f95

Please sign in to comment.