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

Merge branch 'uv' into 'develop'

use uv for pip compile

See merge request !1843
parents 4590cf8c 6d81da56
Branches
Tags
1 merge request!1843use uv for pip compile
Pipeline #206085 passed
......@@ -125,7 +125,7 @@ dev = [
'mkdocs',
'mypy==1.0.1', # bug: incompatible with derived models of pydantic v1
'names==0.3.0',
'pip-tools>=6.13.0',
'uv',
'pycodestyle',
'pytest-cov==2.7.1',
'pytest-timeout==1.4.2',
......
This diff is collapsed.
This diff is collapsed.
......@@ -18,20 +18,18 @@ cd $project_dir
cp requirements.txt requirements.txt.tmp
cp requirements-dev.txt requirements-dev.txt.tmp
pip-compile -r -U --resolver=backtracking --annotation-style=line \
uv pip compile -q -U --annotation-style=line \
--extra=infrastructure --extra=parsing \
--output-file=requirements.txt \
--pip-args="--prefer-binary" \
dependencies/nomad-dos-fingerprints/pyproject.toml \
dependencies/parsers/eelsdb/pyproject.toml \
pyproject.toml
diff requirements.txt.tmp requirements.txt
pip-compile -r -U --resolver=backtracking --annotation-style=line \
uv pip compile -q -U --annotation-style=line \
--extra=dev --extra=infrastructure --extra=parsing \
--output-file=requirements-dev.txt \
--pip-args="--prefer-binary" \
requirements.txt \
pyproject.toml
......
......@@ -14,18 +14,17 @@ project_dir=$(dirname $(dirname $(realpath $0)))
cd $project_dir
pip-compile -r -U --resolver=backtracking --annotation-style=line \
uv pip compile -U --annotation-style=line \
--extra=infrastructure --extra=parsing \
--output-file=requirements.txt \
--pip-args="--prefer-binary" \
dependencies/nomad-dos-fingerprints/pyproject.toml \
dependencies/parsers/eelsdb/pyproject.toml \
pyproject.toml
pip-compile -r -U --resolver=backtracking --annotation-style=line \
uv pip compile -U --annotation-style=line \
--extra=dev --extra=infrastructure --extra=parsing \
--output-file=requirements-dev.txt \
--pip-args="--prefer-binary" \
requirements.txt \
pyproject.toml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment