litellm has been quarantined on PyPI due to a supply chain attack in version 1.82.8 (malicious credential-stealing .pth file). No versions are currently installable, which blocks `unsloth studio setup` at step 8/11 (data-designer deps). Remove litellm from the single-env data-designer requirements so setup completes. litellm can be re-added once PyPI lifts the quarantine. Ref: https://github.com/BerriAI/litellm/issues/24512
21 lines
523 B
Text
21 lines
523 B
Text
# Data Designer runtime deps installed explicitly (single-env mode).
|
|
# DuckDB 1.5 removed Relation.record_batch(); keep <1.5 until upstream ships the fix.
|
|
anyascii<1,>=0.3.3
|
|
duckdb<1.5,>=1.1.3
|
|
faker<21,>=20.1.0
|
|
httpx<1,>=0.27.2
|
|
httpx-retries<1,>=0.4.2
|
|
json-repair<1,>=0.48.0
|
|
jsonpath-rust-bindings<2,>=1.0
|
|
jsonschema<5,>=4.0.0
|
|
lxml<7,>=6.0.2
|
|
marko<3,>=2.1.2
|
|
networkx<4,>=3.0
|
|
python-json-logger<4,>=3
|
|
ruff<1,>=0.14.10
|
|
scipy<2,>=1.11.0
|
|
sqlfluff<4,>=3.2.0
|
|
tiktoken<1,>=0.8.0
|
|
pymupdf>=1.24.0
|
|
pymupdf4llm>=0.0.17
|
|
mammoth>=1.8.0
|