Open Naikless opened 12 months ago
This is also a problem with all the linux distros based on arch, that currently ships only sundials 7.
Incidentally, is sundials 6.7 supported? Apparently, pip install scikits.odes
works fine against it, but from the current report I wonder if there is some issue to be expected later...
The current releases available via conda-forge only support
sundials
versions<6.6.0
.Is there a chance to add a version that supports newer versions of sundials?
The backgound is that I am trying to update some of the jupyter examples of cantera and some make use of
scikits.odes.dae
. Problem is that the newest cantera version only supportssundials>6.6.0
which makes this dependency currently unsolvable.