Open getumen opened 6 months ago
You can use UV_CONSTRAINT
environment variable:
UV_CONSTRAINT='https://raw.githubusercontent.com/apache/airflow/constraints-2.9.2/constraints-no-providers-3.11.txt' rye sync --update-all
@utkarshgupta137 It works. Thank you very much.
Dependencies of some frameworks such as Apache Airflow are broken and not working in Pypi. They require constraints file when installing them.
uv
andpip-tools
supports constraints file. Ifrye
also supports constraint file, it must be helpful for users.