mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-25 05:33:43 +00:00
Add bad backtracking test cases for (#8171)
This commit is contained in:
parent
0c5d05d9e1
commit
e6c6426094
5 changed files with 48 additions and 0 deletions
9
scripts/requirements/backtracking/numpy-sparse.in
Normal file
9
scripts/requirements/backtracking/numpy-sparse.in
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Fails with: uv pip install -p 3.12 -r numpy-numba.in
|
||||
# As of 2024-10-14:
|
||||
# llvmlite==0.36.0
|
||||
# numba==0.53.1
|
||||
# numpy==2.1.2
|
||||
# setuptools==75.1.0
|
||||
|
||||
numpy>=1.24,<2.1.2
|
||||
sparse<0.15.4
|
||||
Loading…
Add table
Add a link
Reference in a new issue