rveltz / LSODA.jl

A julia interface to the LSODA solver
Other
11 stars 13 forks source link

CompatHelper: add new compat entry for "Compat" at version "3.13" #66

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

This pull request sets the compat entry for the Compat package to 3.13.

This is a brand new compat entry. Previously, you did not have a compat entry for the Compat package.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. Note: Consider tagging a patch release immediately after merging this PR, as downstream packages may depend on this for tests to pass.

kaandocal commented 2 years ago

Hi Chris, is there any chance this could be updated again? Compat.jl is now at version 4.x and LSODA.jl runs into version conflicts with some packages such as DataFrames.jl because of this :)

ChrisRackauckas commented 2 years ago

https://github.com/rveltz/LSODA.jl/pull/70