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-spline-conv
Commits
67d63167
Commit
67d63167
authored
Mar 11, 2022
by
rusty1s
Browse files
fix version
parent
b4bc55bc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.github/workflows/linting.yml
.github/workflows/linting.yml
+1
-1
setup.py
setup.py
+1
-1
No files found.
.github/workflows/linting.yml
View file @
67d63167
...
@@ -52,4 +52,4 @@ jobs:
...
@@ -52,4 +52,4 @@ jobs:
-
name
:
Check package metadata
-
name
:
Check package metadata
run
:
|
run
:
|
pyroma --min=
9
.
pyroma --min=
10
.
setup.py
View file @
67d63167
...
@@ -11,7 +11,7 @@ from torch.__config__ import parallel_info
...
@@ -11,7 +11,7 @@ from torch.__config__ import parallel_info
from
torch.utils.cpp_extension
import
(
CUDA_HOME
,
BuildExtension
,
CppExtension
,
from
torch.utils.cpp_extension
import
(
CUDA_HOME
,
BuildExtension
,
CppExtension
,
CUDAExtension
)
CUDAExtension
)
__version__
=
'1.2.1'
,
__version__
=
'1.2.1'
URL
=
'https://github.com/rusty1s/pytorch_spline_conv'
URL
=
'https://github.com/rusty1s/pytorch_spline_conv'
WITH_CUDA
=
torch
.
cuda
.
is_available
()
and
CUDA_HOME
is
not
None
WITH_CUDA
=
torch
.
cuda
.
is_available
()
and
CUDA_HOME
is
not
None
...
...
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