Skip to content

Commit

Permalink
Add support for SpecialFunctions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Dec 22, 2021
1 parent 8aec317 commit 1defd3c
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,6 +1,6 @@
name = "Tracker"
uuid = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
version = "0.2.16"
version = "0.2.17"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand All @@ -24,7 +24,7 @@ MacroTools = "0.5"
NNlib = "0.6, 0.7"
NaNMath = "0.3"
Requires = "0.5, 1.0"
SpecialFunctions = "0.10, 1.0"
SpecialFunctions = "0.10, 1, 2"
julia = "1.3"

[extras]
Expand Down

2 comments on commit 1defd3c

@ChrisRackauckas
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 created: JuliaRegistries/General/51071

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>" 1defd3c1cf9ade05cad7f72318b505ae9269c624
git push origin v0.2.17

Please sign in to comment.