SciML / Catalyst.jl

Chemical reaction network and systems biology interface for scientific machine learning (SciML). High performance, GPU-parallelized, and O(1) solvers in open source software.
https://docs.sciml.ai/Catalyst/stable/
Other
463 stars 78 forks source link

Thin out test dependencies #1055

Open isaacsas opened 2 months ago

isaacsas commented 2 months ago

We should drop our test dependencies on OrdinaryDiffEq and switch to the slimmer packages for solvers we actually use there (mainly Tsit5 I think). This should help reduce build times for packages on CI.