LuxDL / Boltz.jl

Accelerate your ML research using pre-built Deep Learning Models with Lux
https://luxdl.github.io/Boltz.jl/
MIT License
28 stars 3 forks source link

CompatHelper: bump compat for DataInterpolations in [weakdeps] to 6, (keep existing compat) #44

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 3 months ago

This pull request changes the compat entry for the DataInterpolations package from < 5.3 to < 5.3, 6. This keeps the compat entries for earlier versions.

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.

Vaibhavdixit02 commented 1 month ago

Bump @avik-pal https://github.com/SciML/DiffEqFlux.jl/actions/runs/11021304203/job/30608075457?pr=950

avik-pal commented 1 month ago

Can't v6 broke zygote support. force version 5 there

ChrisRackauckas commented 1 month ago

Zygote tests were added and pass

https://github.com/SciML/DataInterpolations.jl/blob/master/test/zygote_tests.jl

What fails?

ChrisRackauckas commented 1 month ago

Bump.

avik-pal commented 1 month ago

62