File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2727 with :
2828 cache-dependency-glob : |
2929 **/pyproject.toml
30- - name : Install dependencies (Python 3.8)
31- run : uv sync --all-extras --resolution=lowest-direct
32- if : matrix.python-version == '3.8'
3330 - name : Install dependencies
3431 run : uv sync --all-extras
35- if : matrix.python-version != '3.8'
3632 # NumPy 2.0 is not available for Python 3.8 and older versions, which leads to broken tests
3733 - name : Lint with Mypy (Python 3.8)
3834 run : uv run mypy crowdkit
Original file line number Diff line number Diff line change @@ -104,3 +104,8 @@ src_paths = ["crowdkit", "tests"]
104104
105105[tool .pyupgrade ]
106106py38-plus = true
107+
108+ [tool .uv ]
109+ override-dependencies = [
110+ " torch < 2.5.0; python_version < 3.9"
111+ ]
You can’t perform that action at this time.
0 commit comments