From c74fbf84b7cd2cca493fdc208495837d1d375cb2 Mon Sep 17 00:00:00 2001 From: ViperEkura <3081035982@qq.com> Date: Wed, 4 Mar 2026 21:29:37 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=A2=9E=E5=8A=A0h5py=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f3e95ad..e64e83d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ name = "khaosz" readme = "README.md" requires-python = ">=3.12" dependencies = [ + "h5py==3.15.1", "numpy==2.3.2", "torch==2.7.1", "tokenizers==0.21.4",