代码拉取完成,页面将自动刷新
[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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。