add pyjwt as dependency. remove jwt. fix AttributeError: module 'jwt' has no attribute 'encode'

This commit is contained in:
Roland Tannous 2026-02-13 09:58:50 +00:00
commit b86503af3f

View file

@ -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" jwt
run_quiet "pip install extras" pip install typer fastapi uvicorn pydantic matplotlib pandas nest_asyncio "datasets==4.3.0" pyjwt
echo "✅ Python dependencies installed"
# ── 7. Add shell alias ──