8 Star 24 Fork 14

PaddlePaddle/PaddleScience

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
无语 提交于 2025-04-08 17:28 +08:00 . [Fix] Fix ver (#1136)
[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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/paddlepaddle/PaddleScience.git
git@gitee.com:paddlepaddle/PaddleScience.git
paddlepaddle
PaddleScience
PaddleScience
develop

搜索帮助