SciML / DataDrivenDiffEq.jl

Data driven modeling and automated discovery of dynamical systems for the SciML Scientific Machine Learning organization
https://docs.sciml.ai/DataDrivenDiffEq/stable/
MIT License
405 stars 57 forks source link

about version #308

Closed liushang0322 closed 2 years ago

liushang0322 commented 2 years ago

I just want to use Symbolics@4.1.0 and SymbolicUtils@0.18.0 in my pkg ,and I need DataDrivenDiffEq in my Pkg ,too.There is a version problem about SymbolicUtils and ModelingToolkit。 I need to use Symbolics@4.1.0 SymbolicUtils@0.18.0,ModelingToolkit will be update to 7.1.0,but DataDrivenDiffEq is Incompatible to these pkg,could you please solve such problems? thank you so much

ChrisRackauckas commented 2 years ago

This hasn't been updated yet.

AlCap23 commented 2 years ago

I'll fix the compat bounds to Symbolics >= 4 and MTK >= 7 and do a release if the checks are green within the hour.