From 3094333f1ef0d8899a8f11f6c08a78f559b894ba Mon Sep 17 00:00:00 2001 From: sergiopaniego Date: Fri, 3 Jul 2026 12:35:48 +0200 Subject: [PATCH] Unpin huggingface_hub in HF sandbox examples now that SandboxPool ships in 1.22.0 --- examples/browsergym_trl_hf_sandbox.py | 2 +- examples/hf_sandbox_coding_env.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/browsergym_trl_hf_sandbox.py b/examples/browsergym_trl_hf_sandbox.py index c009fdfa1..b2e130e94 100644 --- a/examples/browsergym_trl_hf_sandbox.py +++ b/examples/browsergym_trl_hf_sandbox.py @@ -18,7 +18,7 @@ # "trl[vllm,peft]", # "trackio", # "kernels", -# "huggingface_hub @ git+https://github.com/huggingface/huggingface_hub.git@5b643062ac4efa4d940d7d614a4dfc8ccaf910b5", +# "huggingface_hub>=1.22.0", # "transformers>=5.0.0", # ] # /// diff --git a/examples/hf_sandbox_coding_env.py b/examples/hf_sandbox_coding_env.py index 8b3312a34..067d11ad2 100644 --- a/examples/hf_sandbox_coding_env.py +++ b/examples/hf_sandbox_coding_env.py @@ -9,7 +9,7 @@ # /// script # dependencies = [ -# "huggingface_hub @ git+https://github.com/huggingface/huggingface_hub.git@5b643062ac4efa4d940d7d614a4dfc8ccaf910b5", +# "huggingface_hub>=1.22.0", # ] # ///