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
b52636d1
Commit
b52636d1
authored
Jan 20, 2023
by
yan.yan
Browse files
change version to use cumm 0.4.5
parent
616fabee
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
CHANGELOG.md
CHANGELOG.md
+5
-0
pyproject.toml
pyproject.toml
+1
-1
setup.py
setup.py
+2
-2
version.txt
version.txt
+1
-1
No files found.
CHANGELOG.md
View file @
b52636d1
# Changelog
# Changelog
## [2.3.2] - 2023-01-20
### Changed
-
change version
## [2.3.1] - 2023-01-20
## [2.3.1] - 2023-01-20
### Changed
### Changed
-
change version
-
change version
...
...
pyproject.toml
View file @
b52636d1
[build-system]
[build-system]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.4.0"
,
"cumm>=0.4.
4
"
]
requires
=
[
"setuptools>=41.0"
,
"wheel"
,
"pccm>=0.4.0"
,
"cumm>=0.4.
5
"
]
# requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm @ file:///io/dist/cumm_cu120-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"]
# requires = ["setuptools>=41.0", "wheel", "pccm>=0.4.0", "cumm @ file:///io/dist/cumm_cu120-0.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"]
build-backend
=
"setuptools.build_meta"
build-backend
=
"setuptools.build_meta"
setup.py
View file @
b52636d1
...
@@ -39,9 +39,9 @@ if cuda_ver:
...
@@ -39,9 +39,9 @@ if cuda_ver:
cuda_ver_str
=
cuda_ver
.
replace
(
"."
,
""
)
# 10.2 to 102
cuda_ver_str
=
cuda_ver
.
replace
(
"."
,
""
)
# 10.2 to 102
RELEASE_NAME
+=
"-cu{}"
.
format
(
cuda_ver_str
)
RELEASE_NAME
+=
"-cu{}"
.
format
(
cuda_ver_str
)
deps
=
[
"cumm-cu{}>=0.4.
4
, <0.5.0"
.
format
(
cuda_ver_str
)]
deps
=
[
"cumm-cu{}>=0.4.
5
, <0.5.0"
.
format
(
cuda_ver_str
)]
else
:
else
:
deps
=
[
"cumm>=0.4.
4
, <0.5.0"
]
deps
=
[
"cumm>=0.4.
5
, <0.5.0"
]
...
...
version.txt
View file @
b52636d1
2.3.
1
2.3.
2
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