Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
one
spconv
Commits
46392889
"openmmapi/vscode:/vscode.git/clone" did not exist on "9aae4bb35c530b98e86a5451c8d5ece07281751a"
Commit
46392889
authored
Nov 10, 2021
by
yan.yan
Browse files
change cumm to v0.2.3
parent
9429fe83
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pyproject.toml
pyproject.toml
+1
-1
setup.py
setup.py
+2
-2
No files found.
pyproject.toml
View file @
46392889
[build-system]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.2.21"
,
"cumm>=0.2.
2
"
]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.2.21"
,
"cumm>=0.2.
3
"
]
build-backend
=
"setuptools.build_meta"
setup.py
View file @
46392889
...
...
@@ -38,9 +38,9 @@ if cuda_ver:
cuda_ver
=
cuda_ver
.
replace
(
"."
,
""
)
# 10.2 to 102
RELEASE_NAME
+=
"-cu{}"
.
format
(
cuda_ver
)
deps
=
[
"cumm-cu{}>=0.2.
2
"
.
format
(
cuda_ver
)]
deps
=
[
"cumm-cu{}>=0.2.
3
"
.
format
(
cuda_ver
)]
else
:
deps
=
[
"cumm>=0.2.
2
"
]
deps
=
[
"cumm>=0.2.
3
"
]
...
...
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