feat: FAST-0 特殊算法

This commit is contained in:
2026-04-19 00:05:49 +08:00
parent 279a78f7ce
commit 0572848803
25 changed files with 17580 additions and 582 deletions

View File

@@ -3,20 +3,19 @@ name = "heurams"
version = "0.5.0"
description = "Heuristic Auxiliary Memory Scheduler"
readme = "README.md"
authors = [
{ name = "pluvium27", email = "pluvium27@outlook.com" }
]
requires-python = ">=3.12"
authors = [{ name = "pluvium27", email = "pluvium27@outlook.com" }]
requires-python = "==3.14.*"
dependencies = [
"edge-tts==7.0.2",
"jieba==0.42.1",
"openai==1.0.0",
"edge-tts>=7.2.8",
"jieba>=0.42.1",
"openai>=2.32.0",
"playsound==1.2.2",
"psutil>=7.2.1",
"tabulate>=0.9.0",
"textual==7.0.0",
"toml==0.10.2",
"transitions==0.9.3",
"psutil>=7.2.2",
"pygobject>=3.56.2",
"tabulate>=0.10.0",
"textual>=8.2.3",
"toml>=0.10.2",
"transitions>=0.9.3",
]
[project.scripts]
@@ -25,4 +24,4 @@ tui = "heurams.interface.__main__:main"
[build-system]
requires = ["uv_build>=0.9.22,<0.10.0"]
build-backend = "uv_build"
build-backend = "uv_build"