Skip to content
Snippets Groups Projects
Commit 24cdefc2 authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Restrict uv pip compile to py311

parent bc5567a0
No related branches found
No related tags found
1 merge request!1998Restrict uv pip compile to py311
Pipeline #214657 passed
This diff is collapsed.
This diff is collapsed.
......@@ -15,14 +15,14 @@ project_dir=$(dirname $(dirname $(realpath $0)))
cd $project_dir
uv pip compile -U --universal --annotation-style=line \
uv pip compile -U -p 3.11 --python-platform linux --annotation-style=line \
--extra=infrastructure --extra=parsing \
--output-file=requirements.txt \
dependencies/nomad-dos-fingerprints/pyproject.toml \
dependencies/parsers/eelsdb/pyproject.toml \
pyproject.toml
uv pip compile -U --universal --annotation-style=line \
uv pip compile -U -p 3.11 --python-platform linux --annotation-style=line \
--extra=dev --extra=infrastructure --extra=parsing \
--output-file=requirements-dev.txt \
requirements.txt \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment