Skip to content

Commit

Permalink
CompatHelper: bump compat for CEnum to 0.5, (keep existing compat) (#…
Browse files Browse the repository at this point in the history
…2110)

* CompatHelper: bump compat for CEnum to 0.5, (keep existing compat)

* Disable useless Aqua test.

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Tim Besard <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2023
1 parent da14035 commit 7ed2d10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UnsafeAtomicsLLVM = "d80eeb9a-aca5-4d75-85e5-170c8b632249"

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[extensions]
ChainRulesCoreExt = "ChainRulesCore"
SpecialFunctionsExt = "SpecialFunctions"

[compat]
AbstractFFTs = "0.4, 0.5, 1.0"
Adapt = "3.3"
BFloat16s = "0.2, 0.3, 0.4"
CEnum = "0.2, 0.3, 0.4"
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA_Driver_jll = "0.6"
CUDA_Runtime_Discovery = "0.2"
CUDA_Runtime_jll = "0.9"
Expand All @@ -69,6 +61,14 @@ SpecialFunctions = "1.3, 2"
UnsafeAtomicsLLVM = "0.1"
julia = "1.8"

[extensions]
ChainRulesCoreExt = "ChainRulesCore"
SpecialFunctionsExt = "SpecialFunctions"

[extras]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1 change: 0 additions & 1 deletion test/base/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ Aqua.test_stale_deps(CUDA; ignore=[:CUDA_Runtime_Discovery, :CUDA_Runtime_jll,
:SpecialFunctions])
Aqua.test_deps_compat(CUDA)
Aqua.test_project_extras(CUDA)
Aqua.test_project_toml_formatting(CUDA)
Aqua.test_piracy(CUDA)

0 comments on commit 7ed2d10

Please sign in to comment.