Commit f5f5e944 authored by yan.yan's avatar yan.yan
Browse files

fix a stupid bug in pccm, test CI again

parent aef96e41
[build-system] [build-system]
requires = ["setuptools>=41.0", "wheel", "pccm>=0.2.13", "cumm>=0.1.7"] requires = ["setuptools>=41.0", "wheel", "pccm>=0.2.14", "cumm>=0.1.7"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
...@@ -45,7 +45,7 @@ REQUIRES_PYTHON = '>=3.6' ...@@ -45,7 +45,7 @@ REQUIRES_PYTHON = '>=3.6'
VERSION = None VERSION = None
# What packages are required for this module to be executed? # What packages are required for this module to be executed?
REQUIRED = ["pccm>=0.2.10", "pybind11>=2.6.0", "fire", "numpy", *deps] REQUIRED = ["pccm>=0.2.14", "pybind11>=2.6.0", "fire", "numpy", *deps]
# What packages are optional? # What packages are optional?
EXTRAS = { EXTRAS = {
...@@ -161,8 +161,7 @@ if disable_jit is not None and disable_jit == "1": ...@@ -161,8 +161,7 @@ if disable_jit is not None and disable_jit == "1":
Path(__file__).resolve().parent / "spconv", Path(__file__).resolve().parent / "spconv",
objects_folder="objects", objects_folder="objects",
std=std, std=std,
disable_pch=True, disable_pch=True)
debug_file_gen=True)
] ]
else: else:
cmdclass = { cmdclass = {
......
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