We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6a3b9 commit 19a98d6Copy full SHA for 19a98d6
.github/workflows/wheels.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install uv
41
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0
42
with:
43
- version: 0.9.x
+ version-file: "pyproject.toml"
44
enable-cache: true
45
cache-dependency-glob: |
46
**/pyproject.toml
@@ -122,7 +122,7 @@ jobs:
122
123
124
125
126
enable-cache: false
127
128
- name: Install MKL libraries
pyproject.toml
@@ -44,4 +44,5 @@ line-ending = 'lf'
skip-magic-trailing-comma = false
[tool.uv]
47
+required-version = "~=0.9"
48
package = false
0 commit comments