From 1d43a1785e987641edb7a7bf7d763f8b6e59ddb0 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Wed, 4 Mar 2026 20:13:38 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9dependencies=20?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- khaosz/__init__.py | 2 +- pyproject.toml | 32 ++++---------------------------- 2 files changed, 5 insertions(+), 29 deletions(-) diff --git a/khaosz/__init__.py b/khaosz/__init__.py index 35312d0..be0414a 100644 --- a/khaosz/__init__.py +++ b/khaosz/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.1" +__version__ = "1.3.2" __author__ = "ViperEkura" from khaosz.api import Khaosz diff --git a/pyproject.toml b/pyproject.toml index 6922b61..f3e95ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,37 +8,13 @@ name = "khaosz" readme = "README.md" requires-python = ">=3.12" 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", - "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", + "tokenizers==0.21.4", "tqdm==4.67.1", - "typing_extensions==4.12.2", - "urllib3==2.6.0", + "safetensors==0.5.3", + "huggingface-hub==0.34.3", + "pytest==9.0.2" ] keywords = ["nlp", "datasets", "language-models", "machine-learning"] license = { text = "GPL-3.0" }