From 965be3f5dcfe161c02f83b53360b2e896f0e7da9 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Fri, 13 Feb 2026 16:19:55 +0000 Subject: [PATCH] add easydict and addict to setup file --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 5483be1813..7cf90d4146 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" pyjwt +run_quiet "pip install extras" pip install typer fastapi uvicorn pydantic matplotlib pandas nest_asyncio "datasets==4.3.0" pyjwt easydict addict echo "✅ Python dependencies installed" # ── 7. Add shell alias ──