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-cluster
Commits
fb48f52b
Commit
fb48f52b
authored
Aug 05, 2020
by
rusty1s
Browse files
verison up
parent
0841c7c3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
setup.py
setup.py
+1
-1
torch_cluster/__init__.py
torch_cluster/__init__.py
+1
-1
No files found.
.travis.yml
View file @
fb48f52b
...
@@ -103,7 +103,7 @@ install:
...
@@ -103,7 +103,7 @@ install:
-
source script/torch.sh
-
source script/torch.sh
-
pip install flake8 codecov
-
pip install flake8 codecov
-
pip install scipy==1.4.1
-
pip install scipy==1.4.1
-
p
ip install .[test]
-
p
ython setup.py install
script
:
script
:
-
flake8 .
-
flake8 .
-
python setup.py test
-
python setup.py test
...
...
CMakeLists.txt
View file @
fb48f52b
cmake_minimum_required
(
VERSION 3.0
)
cmake_minimum_required
(
VERSION 3.0
)
project
(
torchcluster
)
project
(
torchcluster
)
set
(
CMAKE_CXX_STANDARD 14
)
set
(
CMAKE_CXX_STANDARD 14
)
set
(
TORCHCLUSTER_VERSION 1.5.
6
)
set
(
TORCHCLUSTER_VERSION 1.5.
7
)
option
(
WITH_CUDA
"Enable CUDA support"
OFF
)
option
(
WITH_CUDA
"Enable CUDA support"
OFF
)
...
...
setup.py
View file @
fb48f52b
...
@@ -63,7 +63,7 @@ tests_require = ['pytest', 'pytest-cov', 'scipy']
...
@@ -63,7 +63,7 @@ tests_require = ['pytest', 'pytest-cov', 'scipy']
setup
(
setup
(
name
=
'torch_cluster'
,
name
=
'torch_cluster'
,
version
=
'1.5.
6
'
,
version
=
'1.5.
7
'
,
author
=
'Matthias Fey'
,
author
=
'Matthias Fey'
,
author_email
=
'matthias.fey@tu-dortmund.de'
,
author_email
=
'matthias.fey@tu-dortmund.de'
,
url
=
'https://github.com/rusty1s/pytorch_cluster'
,
url
=
'https://github.com/rusty1s/pytorch_cluster'
,
...
...
torch_cluster/__init__.py
View file @
fb48f52b
...
@@ -3,7 +3,7 @@ import os.path as osp
...
@@ -3,7 +3,7 @@ import os.path as osp
import
torch
import
torch
__version__
=
'1.5.
6
'
__version__
=
'1.5.
7
'
for
library
in
[
for
library
in
[
'_version'
,
'_grid'
,
'_graclus'
,
'_fps'
,
'_rw'
,
'_sampler'
,
'_nearest'
,
'_version'
,
'_grid'
,
'_graclus'
,
'_fps'
,
'_rw'
,
'_sampler'
,
'_nearest'
,
...
...
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