On Friday, September 6, 2024 at 3:00:47 PM UTC+9 tobia...@gmx.de wrote:

The cython constraint in scipy is for build-time. Sagelib only cares about 
the fact that scipy is installed in the same venv, not how you install or 
build it. In fact, pip uses build isolation by default, or you may install 
scipy using the prebuilt wheel from pypi, or you use conda. In neither of 
these cases, would sagelib ever even see the cython used to build scipy. 
It's a sage-the-distro specific problem, since this distribution insists 
that you need to be able to compile sagelib with the same cython version as 
scipy.


I see. Thanks.
 

Moreover, there is actually a very simple way to specify a different 
constraint for sage-the-distro: just remove the auto-gen of the 
version-requirements file, and provide an own one for sage-the-distro.


That way was discussed in 
https://github.com/sagemath/sage/pull/37902#discussion_r1744898150.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/34138339-8142-4ab2-b901-01d8d0ed2532n%40googlegroups.com.

Reply via email to