|
@@ -181,7 +181,7 @@
|
|
|
" ['bcolz', 'bleach', 'certifi', 'cycler', 'decorator', 'entrypoints', 'feather-format', 'graphviz', 'html5lib',\n",
|
|
|
" 'ipykernel', 'ipython', 'ipython-genutils', 'ipywidgets', 'isoweek', 'jedi', 'Jinja2', 'jsonschema', 'jupyter',\n",
|
|
|
" 'MarkupSafe', 'matplotlib', 'numpy', 'opencv-python', 'pandas',\n",
|
|
|
- " 'pandas_summary', 'pickleshare', 'Pillow', 'plotnine', 'Pygments', 'pyparsing', 'python-dateutil', 'pytz', 'PyYAML', 'pyzmq', 'scipy',\n",
|
|
|
+ " 'pandas_summary', 'pickleshare', 'plotnine', 'Pygments', 'pyparsing', 'python-dateutil', 'pytz', 'PyYAML', 'pyzmq', 'scipy',\n",
|
|
|
" 'seaborn', 'simplegeneric', 'sklearn_pandas', 'testpath', 'tornado', 'tqdm',\n",
|
|
|
" 'traitlets', 'wcwidth', 'webencodings', 'widgetsnbextension'],\n",
|
|
|
" keywords = ['deeplearning', 'pytorch', 'machinelearning'],\n",
|
|
@@ -252,6 +252,15 @@
|
|
|
"!pip install -e ."
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "cell_type": "code",
|
|
|
+ "execution_count": null,
|
|
|
+ "metadata": {},
|
|
|
+ "outputs": [],
|
|
|
+ "source": [
|
|
|
+ "!pip install Pillow==4.0.0"
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"cell_type": "code",
|
|
|
"execution_count": null,
|