- Added constrained dependency files for single-env installations: `constraints.txt`, `data-designer.txt`, and `data-designer-deps.txt`. - Implemented a `patch_metadata.py` script to resolve metadata conflicts between dependency versions. - Updated `setup.sh` to integrate single-env setup, including dependency installation and metadata patching. - Upgraded `fastmcp` and `websockets` versions in `extras.txt` for compatibility. - Commented out unused "Start Tutorial" button in `data-recipes-page.tsx`.
16 lines
300 B
Text
16 lines
300 B
Text
# Single-env pins for unsloth + studio + data-designer
|
|
# Keep compatible with unsloth transformers bounds.
|
|
transformers==4.57.1
|
|
trl==0.23.1
|
|
huggingface-hub==0.36.2
|
|
|
|
# Studio stack
|
|
datasets==4.3.0
|
|
pyarrow==23.0.1
|
|
|
|
# FastMCP/OpenEnv compat
|
|
fastmcp>=3.0.2
|
|
mcp>=1.24,<2
|
|
websockets>=15.0.1
|
|
|
|
pandas==2.3.3
|