Skip to content
Snippets Groups Projects

Restrict uv pip compile to py311

Merged Ahmed Ilyas requested to merge restrict-pip-compile into develop
3 files
+ 481
505
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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 \
Loading