Fixed link issue in tutorial, added missing dependencies in setup.py
This commit is contained in:
Родитель
5c47f73335
Коммит
0c043b198e
|
@ -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)
|
||||
|
||||
|
|
4
setup.py
4
setup.py
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче