From a56c79bcf164fc104c9b1f7765c212c95cc29949 Mon Sep 17 00:00:00 2001 From: sdas-neuraco Date: Fri, 30 Jan 2026 14:53:53 +0000 Subject: [PATCH] Update safetensors version to 0.6.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98dac89..3b73619 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_version(rel_path): "gymnasium @ git+https://git@github.com/stepjam/Gymnasium.git@0.29.2", # pyquaternion doesn't support 2.x yet "numpy==1.26.*", - "safetensors==0.3.3", + "safetensors==0.6.2", # WARNING: recorded demos might break when updating Mujoco "mujoco==3.1.5", # needed for pyMJCF