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" }