Skip to content

Commit

Permalink
Add Compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmal-suthar committed Aug 4, 2020
1 parent d461ca0 commit 43604af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
CUDA = "1"
Distributions = "0.23"
FileIO = "1.4"
Flux = "0.10, 0.11"
GeometryBasics = "0.2"
MeshIO = "0.4"
NearestNeighbors = "0.4"
Requires = "1.0"
Zygote = "0.5"
julia = "1.3"

[extras]
Expand Down

2 comments on commit 43604af

@avik-pal
Copy link
Member

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/18978

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>" 43604af7b83b59bf07c0345a63bd19347ec3cfa6
git push origin v0.1.0

Please sign in to comment.