"vscode:/vscode.git/clone" did not exist on "60af60a8aefa4d4830231a3c2f9a57384493b953"
Commit fb48f52b authored by rusty1s's avatar rusty1s
Browse files

verison up

parent 0841c7c3
......@@ -103,7 +103,7 @@ install:
- source script/torch.sh
- pip install flake8 codecov
- pip install scipy==1.4.1
- pip install .[test]
- python setup.py install
script:
- flake8 .
- python setup.py test
......
cmake_minimum_required(VERSION 3.0)
project(torchcluster)
set(CMAKE_CXX_STANDARD 14)
set(TORCHCLUSTER_VERSION 1.5.6)
set(TORCHCLUSTER_VERSION 1.5.7)
option(WITH_CUDA "Enable CUDA support" OFF)
......
......@@ -63,7 +63,7 @@ tests_require = ['pytest', 'pytest-cov', 'scipy']
setup(
name='torch_cluster',
version='1.5.6',
version='1.5.7',
author='Matthias Fey',
author_email='matthias.fey@tu-dortmund.de',
url='https://github.com/rusty1s/pytorch_cluster',
......
......@@ -3,7 +3,7 @@ import os.path as osp
import torch
__version__ = '1.5.6'
__version__ = '1.5.7'
for library in [
'_version', '_grid', '_graclus', '_fps', '_rw', '_sampler', '_nearest',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment