Skip to content

Commit

Permalink
compat added for gpu-related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl committed Aug 9, 2022
1 parent 4fecaad commit e1c1e79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

[compat]
AbstractFFTs = "1"
Adapt = "3"
AssociatedLegendrePolynomials = "1"
BitInformation = "0.6"
CUDA = "3"
CUDAKernels = "0.3"
CodecZlib = "0.7"
FFTW = "1"
FastGaussQuadrature = "0.4"
JLD2 = "0.4"
KernelAbstractions = "0.7"
NetCDF = "0.10, 0.11"
Parameters = "0.10, 0.11, 0.12"
Primes = "0.5"
Expand Down

2 comments on commit e1c1e79

@milankl
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/65960

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" e1c1e79fe43cf5c23603a87039b27c4fc59d4250
git push origin v0.3.0

Please sign in to comment.