Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
theogf committed Sep 8, 2021
1 parent 701ac19 commit 96e8eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Flux = "0.10, 0.11, 0.12"
ForwardDiff = "0.10"
InducingPoints = "0.2"
KernelFunctions = "0.8, 0.9, 0.10"
ProgressMeter = "1"
Optimisers = "0.1"
ProgressMeter = "1"
RecipesBase = "1.0, 1.1"
Reexport = "0.2, 1"
SimpleTraits = "0.9"
Expand Down

2 comments on commit 96e8eff

@theogf
Copy link
Owner Author

@theogf theogf commented on 96e8eff Sep 8, 2021

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

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.10.5 -m "<description of version>" 96e8eff4b7d6c9c359cac92db2f83efae4ef4542
git push origin v0.10.5

Please sign in to comment.