File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2121 python-version : ${{ matrix.python-version }}
2222
2323 - name : Install the project
24- run : uv sync --locked --all-extras --dev
24+ run : uv sync --reinstall -- locked --all-extras --dev
2525
2626 - name : Run unit tests
2727 run : uv run pytest -m "not slow" --cov=compressai -s tests/
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ test:
156156 update_dict(base, delta)
157157 Path("pyproject.toml").write_text(tomlkit.dumps(base))
158158 EOF
159- - uv sync --group=test
159+ - uv sync --group=test --reinstall
160160 - *check-torch-cuda
161161 - |
162162 PYTEST_ARGS=(--cov=compressai --capture=no tests)
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ dependencies = [
3232 " einops" ,
3333 " matplotlib" ,
3434 " numpy >= 1.24.4,<2.0; python_version < '3.10'" ,
35- " numpy >= 2.2.4; python_version >= '3.10'" ,
3635 " Pandas >= 2.0; python_version < '3.10'" ,
3736 " Pandas >= 2.2.0; python_version >= '3.10'" ,
3837 " pybind11>=2.6.0; python_version < '3.10'" , # For --no-build-isolation.
You can’t perform that action at this time.
0 commit comments