✨ feat(project):添加欧拉项目第6题解决方案及相关依赖
📝 docs(project):添加Faulhaber公式详细文档说明 ⬆️ chore(project):添加numpy依赖以支持数学计算
This commit is contained in:
@@ -4,4 +4,6 @@ version = "0.1.0"
|
||||
description = "euler 项目的解题。主要为python。"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
dependencies = [
|
||||
"numpy>=2.3.5",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user