1 Star 0 Fork 0

LiuZhao/torchmcubes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
[project]
name = "torchmcubes"
version = "0.1.0"
description = "torchmcubes: Marching Cubes for PyTorch"
readme = "README.md"
authors = [
{name = "Tatsuya Yatagawa", email = "tatsy.mail@gmail.com"}
]
license = {file = "LICENSE"}
classifiers = [
"Development Status :: 4 - Beta",
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
]
requires-python = ">=3.9"
dependencies=["numpy", "torch"]
[tool.scikit-build]
build-dir = "build"
wheel.license-files = []
minimum-version = "0.2"
logging.level = "INFO"
ninja.make-fallback = true
[tool.scikit-build.cmake]
minimum-version = "3.18"
verbose = true
source-dir = "."
args = []
[build-system]
requires = ["scikit-build-core>=0.2", "pybind11>=2.10"]
build-backend = "scikit_build_core.build"
[tool.isort]
length_sort = true
line_length = 120
[tool.mypy]
python_version = "3.11"
follow_imports = "silent"
disallow_any_generics = true
strict_optional = true
check_untyped_defs = true
allow_redefinition = true
[tool.flake8]
max-line-length = 120
ignore = "Q000,E203,W503,W504"
[tool.yapf]
based_on_style = "pep8"
column_limit = 120
indent_width = 4
ALIGN_CLOSING_BRACKET_WITH_VISUAL_INDENT = true
COALESCE_BRACKETS = false
DEDENT_CLOSING_BRACKETS = false
DISABLE_ENDING_COMMA_HEURISTIC = false
INDENT_DICTIONARY_VALUE = false
ALLOW_SPLIT_BEFORE_DICT_VALUE = false
SPLIT_ARGUMENTS_WHEN_COMMA_TERMINATED = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/rsliuzhao/torchmcubes.git
git@gitee.com:rsliuzhao/torchmcubes.git
rsliuzhao
torchmcubes
torchmcubes
master

搜索帮助