FluxML / GeometricFlux.jl

Geometric Deep Learning for Flux
https://fluxml.ai/GeometricFlux.jl/stable/
MIT License
350 stars 29 forks source link

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

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 11 months 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.

tknopp commented 10 months ago

@yuehhua: Could you increase the compat here to 0.14? This currently holds back NeuralOperators, which also needs to increase its Flux compat.

yuehhua commented 10 months ago

Sure! I try to do so, however, the GraphSignals.jl is still blocked from updating NNlib. yuehhua/GraphSignals.jl#141