From 14c5560aceb26efa5b33dcf297664bd86270a3b0 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Fri, 13 Feb 2026 09:39:36 +0000 Subject: [PATCH] add jwt dependency to setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index f26de33f84..d586382273 100755 --- a/setup.sh +++ b/setup.sh @@ -87,7 +87,7 @@ run_quiet "pip upgrade" pip install --upgrade pip echo " Installing unsloth-zoo + unsloth..." run_quiet "pip install unsloth" pip install unsloth-zoo unsloth echo " Installing studio dependencies..." -run_quiet "pip install extras" pip install typer fastapi uvicorn pydantic matplotlib pandas nest_asyncio "datasets==4.3.0" +run_quiet "pip install extras" pip install typer fastapi uvicorn pydantic matplotlib pandas nest_asyncio "datasets==4.3.0" jwt echo "✅ Python dependencies installed" # ── 7. Add shell alias ──