Fixed link issue in tutorial, added missing dependencies in setup.py

This commit is contained in:
Shital Shah 2019-05-22 15:38:34 -07:00
Родитель 5c47f73335
Коммит 0c043b198e
3 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -84,7 +84,7 @@ We have a goal to provide various tools for explaining predictions over time to
## Tutorials
- [Simple Logging Tutorial](https://github.com/microsoft/tensorwatch/blob/master/docs/lazy_logging.md)
- [Simple Logging Tutorial](https://github.com/microsoft/tensorwatch/blob/master/docs/simple_logging.md)
- [Lazy Logging Tutorial](https://github.com/microsoft/tensorwatch/blob/master/docs/lazy_logging.md)

Просмотреть файл

@ -8,7 +8,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="tensorwatch",
version="0.8.0",
version="0.8.1",
author="Shital Shah",
author_email="shitals@microsoft.com",
description="Interactive Realtime Debugging and Visualization for AI",
@ -23,6 +23,6 @@ setuptools.setup(
"Operating System :: OS Independent",
),
install_requires=[
'matplotlib', 'numpy', 'pyzmq', 'plotly', 'torchstat', 'receptivefield'
'matplotlib', 'numpy', 'pyzmq', 'plotly', 'torchstat', 'receptivefield', 'ipywidgets', 'sklearn'
]
)

Просмотреть файл

@ -167,7 +167,6 @@
<SubType>Code</SubType>
</Content>
<Content Include="install_jupyterlab.bat" />
<Content Include="ISSUE_TEMPLATE.md" />
<Content Include="LICENSE.TXT">
<SubType>Code</SubType>
</Content>