Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
8090dd8f
Commit
8090dd8f
authored
Apr 08, 2018
by
rusty1s
Browse files
removed docs require
parent
2fe2bbf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
setup.py
setup.py
+1
-2
No files found.
setup.py
View file @
8090dd8f
...
@@ -8,7 +8,6 @@ url = 'https://github.com/rusty1s/pytorch_scatter'
...
@@ -8,7 +8,6 @@ url = 'https://github.com/rusty1s/pytorch_scatter'
install_requires
=
[
'cffi'
]
install_requires
=
[
'cffi'
]
setup_requires
=
[
'pytest-runner'
,
'cffi'
]
setup_requires
=
[
'pytest-runner'
,
'cffi'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
docs_require
=
[
'Sphinx'
,
'sphinx_rtd_theme'
]
setup
(
setup
(
name
=
'torch_scatter'
,
name
=
'torch_scatter'
,
...
@@ -21,7 +20,7 @@ setup(
...
@@ -21,7 +20,7 @@ setup(
keywords
=
[
'pytorch'
,
'scatter'
,
'deep-learning'
],
keywords
=
[
'pytorch'
,
'scatter'
,
'deep-learning'
],
install_requires
=
install_requires
,
install_requires
=
install_requires
,
setup_requires
=
setup_requires
,
setup_requires
=
setup_requires
,
tests_require
=
tests_require
+
docs_require
,
tests_require
=
tests_require
,
packages
=
find_packages
(
exclude
=
[
'build'
]),
packages
=
find_packages
(
exclude
=
[
'build'
]),
ext_package
=
''
,
ext_package
=
''
,
cffi_modules
=
[
osp
.
join
(
osp
.
dirname
(
__file__
),
'build.py:ffi'
)],
cffi_modules
=
[
osp
.
join
(
osp
.
dirname
(
__file__
),
'build.py:ffi'
)],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment