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

Merge branch 'restrict-pip-compile' into 'develop'

Restrict uv pip compile to py311

See merge request !1998
parents bc5567a0 24cdefc2
No related branches found
No related tags found
1 merge request!1998Restrict uv pip compile to py311
Pipeline #214660 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.
Finish editing this message first!
Please register or to comment