Nightly Build
This is an automated nightly build that is recreated every night with the latest changes from the develop branch.
Installation
You can install this nightly build by downloading the wheel package (the file ending in .whl) from the Assets section below this description.
After downloading, you can install it using the following commands from your terminal:
For Windows:
pip install %USERPROFILE%\Downloads\label_studio-1.23.0.dev20251107-py3-none-any.whlFor macOS/Linux:
pip install ~/Downloads/label_studio-1.23.0.dev20251107-py3-none-any.whlImportant Notes
- This is a development build and may contain bugs or incomplete features
- Use in production environments is not recommended
- Please report any issues you encounter in our GitHub Issues
- This release is automatically recreated every night with the latest changes
Changes
Changes since 1.21.0: 1.21.0...nightly