mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Fix setup_caffe2.py lint error. (#6143)
This commit is contained in:
parent
93efe22d72
commit
eb8a43a272
|
|
@ -226,13 +226,15 @@ ext_modules = [
|
|||
|
||||
packages = setuptools.find_packages()
|
||||
|
||||
install_requires.extend(['protobuf',
|
||||
'numpy',
|
||||
'future',
|
||||
'hypothesis',
|
||||
'requests',
|
||||
'scipy',
|
||||
'six',])
|
||||
install_requires.extend([
|
||||
'protobuf',
|
||||
'numpy',
|
||||
'future',
|
||||
'hypothesis',
|
||||
'requests',
|
||||
'scipy',
|
||||
'six',
|
||||
])
|
||||
|
||||
################################################################################
|
||||
# Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user