FluxML / FastAI.jl

Repository of best practices for deep learning in Julia, inspired by fastai
https://fluxml.ai/FastAI.jl
MIT License
585 stars 51 forks source link

CompatHelper: bump compat for Flux to 0.14, (keep existing compat) #283

Closed github-actions[bot] closed 11 months ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the Flux package from 0.12, 0.13 to 0.12, 0.13, 0.14. 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.

cpfiffer commented 1 year ago

I can confirm that tests pass locally with Flux at version 0.14, assuming that https://github.com/FluxML/FluxTraining.jl/pull/151 is passed as well.