Python Runtime bindings build dependency conflict with iree-turbine #20696
Labels
bindings/python
Python wrapping IREE's C API
dependencies
Pull requests that update a dependency file
integrations/pytorch
PyTorch integration work
The build requirements for the python bindings pin sympy to 1.12.1.
iree-turbine currently automatically installs torch 2.5.1 (which is already a few versions behind, see iree-org/iree-turbine#348). Torch 2.5.1 needs sympy==1.13.1.
The text was updated successfully, but these errors were encountered: