Skip to content

Commit 715a0da

Browse files
authored
setup.py: remove nose from dependencies
Outdated, we're using pytest.
1 parent 616edb0 commit 715a0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def readme(root_path):
5656
'version': VERSION,
5757
'url': 'https://github.com/tensorly/tensorly-torch',
5858
'download_url': 'https://github.com/tensorly/tensorly-torch/tarball/' + VERSION,
59-
'install_requires': ['numpy', 'scipy', 'nose'],
59+
'install_requires': ['numpy', 'scipy'],
6060
'license': 'Modified BSD',
6161
'scripts': [],
6262
'classifiers': [

0 commit comments

Comments
 (0)