Skip to content

Commit fef4258

Browse files
committed
Remove the uv constraints
1 parent 1e4245c commit fef4258

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ skip = [
173173
"docs/notebooks/example.ipynb",
174174
]
175175

176-
[tool.uv]
177-
constraint-dependencies = [
178-
"llvmlite>0.43.0",
179-
"numba>=0.58.0",
180-
]
176+
# [tool.uv]
177+
# constraint-dependencies = [
178+
# "llvmlite>0.43.0",
179+
# "numba>=0.58.0",
180+
# ]

0 commit comments

Comments
 (0)