We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616edb0 commit 715a0daCopy full SHA for 715a0da
setup.py
@@ -56,7 +56,7 @@ def readme(root_path):
56
'version': VERSION,
57
'url': 'https://github.com/tensorly/tensorly-torch',
58
'download_url': 'https://github.com/tensorly/tensorly-torch/tarball/' + VERSION,
59
- 'install_requires': ['numpy', 'scipy', 'nose'],
+ 'install_requires': ['numpy', 'scipy'],
60
'license': 'Modified BSD',
61
'scripts': [],
62
'classifiers': [
0 commit comments