diff --git a/pyproject.toml b/pyproject.toml index 3d11a1693..b01c8275d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ # --- GPU-only deps (skipped on macOS arm64) --- - "torch>=2.4.0,<2.11.0 ; (sys_platform != 'darwin' or platform_machine != 'arm64')", + "torch>=2.4.0,<2.13.0 ; (sys_platform != 'darwin' or platform_machine != 'arm64')", "torchao>=0.13.0 ; (sys_platform != 'darwin' or platform_machine != 'arm64')", "triton>=3.0.0 ; ('linux' in sys_platform)", "tyro ; (sys_platform != 'darwin' or platform_machine != 'arm64')", diff --git a/unsloth_zoo/__init__.py b/unsloth_zoo/__init__.py index d26684a1f..c3709a273 100644 --- a/unsloth_zoo/__init__.py +++ b/unsloth_zoo/__init__.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . -__version__ = "2026.5.1" +__version__ = "2026.5.2" import os import warnings