Skip to content

Commit

Permalink
fix [compat] julia = "^1.6.0" and CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
RAYNAUD Paul (raynaudp) authored and dpo committed Jun 28, 2022
1 parent ea576b9 commit 25ca340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "^1.6.0"
IterTools = "1.4.0"
Knet = "1.4.9"
CUDA = "3.11.0"
MLDatasets = "0.5.14"
NLPModels = "0.18.0"

2 comments on commit 25ca340

@paraynaud
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/63291

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.1.0 -m "<description of version>" 25ca3401df8cc5531c1f3010c48b8a430ba69bb0
git push origin v0.1.0

Please sign in to comment.