build: 修改dependencies 以及版本号

This commit is contained in:
ViperEkura 2026-03-04 20:13:38 +08:00
parent 5713b55500
commit 1d43a1785e
2 changed files with 5 additions and 29 deletions

View File

@ -1,4 +1,4 @@
__version__ = "1.3.1" __version__ = "1.3.2"
__author__ = "ViperEkura" __author__ = "ViperEkura"
from khaosz.api import Khaosz from khaosz.api import Khaosz

View File

@ -8,37 +8,13 @@ name = "khaosz"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
"certifi==2025.8.3",
"charset-normalizer==3.4.2",
"colorama==0.4.6",
"contourpy==1.3.3",
"cycler==0.12.1",
"filelock==3.13.1",
"fonttools==4.61.0",
"fsspec==2024.6.1",
"huggingface-hub==0.34.3",
"idna==3.10",
"Jinja2==3.1.6",
"kiwisolver==1.4.8",
"MarkupSafe==2.1.5",
"matplotlib==3.10.5",
"mpmath==1.3.0",
"networkx==3.3",
"numpy==2.3.2", "numpy==2.3.2",
"packaging==25.0",
"pillow==11.3.0",
"pyparsing==3.2.3",
"python-dateutil==2.9.0.post0",
"PyYAML==6.0.2",
"requests==2.32.4",
"safetensors==0.5.3",
"six==1.17.0",
"sympy==1.13.3",
"tokenizers==0.21.4",
"torch==2.7.1", "torch==2.7.1",
"tokenizers==0.21.4",
"tqdm==4.67.1", "tqdm==4.67.1",
"typing_extensions==4.12.2", "safetensors==0.5.3",
"urllib3==2.6.0", "huggingface-hub==0.34.3",
"pytest==9.0.2"
] ]
keywords = ["nlp", "datasets", "language-models", "machine-learning"] keywords = ["nlp", "datasets", "language-models", "machine-learning"]
license = { text = "GPL-3.0" } license = { text = "GPL-3.0" }