Open Maverobot opened 5 months ago
scipy.linag.tril is missing for scipy > v1.12.0. This change adds the constraint <= 1.12.0 for the scipy python package.
scipy.linag.tril
scipy > v1.12.0
<= 1.12.0
scipy
Fixes https://github.com/octo-models/octo/issues/71
scipy.linag.tril
is missing forscipy > v1.12.0
. This change adds the constraint<= 1.12.0
for thescipy
python package.Fixes https://github.com/octo-models/octo/issues/71