23 Star 131 Fork 37

Gitee 极速下载 / Taichi

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/taichi-dev/taichi
Clone or Download
pyproject.toml 531 Bytes
Copy Edit Raw Blame History
[build-system]
requires = [
"setuptools", "wheel",
"numpy", "pybind11", "cmake",
"scikit-build", "ninja; platform_system != 'Windows'",
]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
filterwarnings = [
"ignore:Calling non-taichi function",
"ignore:`np.int` is a deprecated alias",
"ignore:Operator \"is\" in Taichi scope is deprecated",
"ignore:Operator \"is not\" in Taichi scope is deprecated"
]
[tool.yapf]
based_on_style = "pep8"
blank_line_before_nested_class_or_def = false
Python
1
https://gitee.com/mirrors/Taichi.git
git@gitee.com:mirrors/Taichi.git
mirrors
Taichi
Taichi
master

Search