Skip to content

Commit

Permalink
Merge pull request #44 from giordano/mg/specfun-compat
Browse files Browse the repository at this point in the history
Allow SpecialFunctions v2
  • Loading branch information
PieterjanRobbe authored Jan 27, 2022
2 parents d0c3e9e + 5e80bba commit 239e285
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 = "GaussianRandomFields"
uuid = "e4b2fa32-6e09-5554-b718-106ed5adafe9"
version = "2.1.5"
version = "2.1.6"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -16,7 +16,7 @@ Arpack = "0.4, 0.5"
FFTW = "1.2"
FastGaussQuadrature = "0.4"
RecipesBase = "1.0"
SpecialFunctions = "0.10, 1.0"
SpecialFunctions = "0.10, 1.0, 2"
julia = "1"

[extras]
Expand Down

2 comments on commit 239e285

@PieterjanRobbe
Copy link
Owner Author

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

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 v2.1.6 -m "<description of version>" 239e28540367e0b020725d0e87b5fa7a8401dfec
git push origin v2.1.6

Please sign in to comment.