c2xg
c2xg copied to clipboard
scipy.linalg triu function
Hi,
it seems like your code (or some libraries in your code) is using the triu function from scipy.linalg library.
This has been deprecated and is therefore not anymore available in scipy 1.13, which was by default installed in my environment :)
I saw among your requirements that you allow for any scipy >= 1.7.3 so you should maybe restrict this requirement in order to preserve full functionality :)