Closed github-actions[bot] closed 1 year ago
Not sure what exactly the breaking change of GPUArrays v9.0.0 is. Seems to me like they are dropping support for julia versions older than 1.8 and removing code that handled versions before 1.8 (?) I ran some GPU simulations with GPUArrays v9.0.0 and it does not seem to affect anything. I guess this should be good to merge.
This pull request changes the compat entry for the
GPUArrays
package from8
to8, 9
. 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.