Skip to content

Commit

Permalink
Merge pull request #134 from ven-k/patch-2
Browse files Browse the repository at this point in the history
fix: rm Functors@0.3
  • Loading branch information
mcabbott authored Mar 23, 2023
2 parents f1482e2 + 6b5a270 commit 14949f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Optimisers"
uuid = "3bd65402-5787-11e9-1adc-39752487f4e2"
authors = ["Mike J Innes <mike.j.innes@gmail.com>"]
version = "0.2.16"
version = "0.2.17"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ChainRulesCore = "1"
Functors = "0.3, 0.4"
Functors = "0.4"
Yota = "0.8.2"
Zygote = "0.6.40"
julia = "1.6"
Expand Down

2 comments on commit 14949f1

@CarloLucibello
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 created: JuliaRegistries/General/80348

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.2.17 -m "<description of version>" 14949f137d564dcbeea9ac24b9a06a2f50773f58
git push origin v0.2.17

Please sign in to comment.