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
406 stars 57 forks source link

indirect dependency RegularizationTools has GPL license #389

Closed johnnychen94 closed 1 year ago

johnnychen94 commented 1 year ago

DataDrivenDiffEq(MIT) <= DataInterpolations (MIT) <= RegularizationTools (GPL-3.0)

cc: @mdpetters

AlCap23 commented 1 year ago

@ChrisRackauckas

This should also be an issue in DataInterpolations.

AlCap23 commented 1 year ago

I'll set a combat bound before the merger which did introduce RegularisationTools for now. This will be handled in DataInterpolations.

AlCap23 commented 1 year ago

390 https://github.com/PumasAI/DataInterpolations.jl/pull/128

AlCap23 commented 1 year ago

Closed via #371