代码拉取完成,页面将自动刷新
[build-system]
requires = ["setuptools>=65", "setuptools_scm"]
build-backend = "setuptools.build_meta"
[project]
name = "paddlesci"
dynamic = ["version", "dependencies"]
description = "A library for scientific machine learning"
readme = "README.md"
license = { text = "Apache-2.0" }
authors = [{ name = "PaddlePaddle" }]
requires-python = ">=3.8"
keywords = [
"Machine learning",
"Deep learning",
"Differential equations",
"AI4Science",
"Physics-informed neural networks",
"PaddlePaddle",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Scientific/Engineering :: Mathematics",
]
[project.urls]
Homepage = "https://github.com/PaddlePaddle/PaddleScience"
"Bug Tracker" = "https://github.com/PaddlePaddle/PaddleScience/issues"
Changelog = "https://github.com/PaddlePaddle/PaddleScience/releases"
Documentation = "https://paddlescience-docs.readthedocs.io/zh/latest/"
[tool.setuptools.packages.find]
where = ["."]
exclude = [
"docs*",
"examples*",
"jointContribution*",
"test_tipc*",
"test*",
"tools*",
"ppsci/externals*",
"ppsci/externals/*",
]
[tool.ruff]
line-length = 88
ignore = ["E501", "E741", "E731"]
extend-exclude = [
"./ppsci/geometry/inflation.py",
"./ppsci/autodiff/__init__.py",
]
[tool.setuptools_scm]
version_file = "ppsci/_version.py"
tag_regex = "v(\\d+\\.\\d+\\.\\d+)"
fallback_version = "1.4.0"
version_scheme = "no-guess-dev"
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
[tool.isort]
profile = "black"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。