Skip to content

Commit

Permalink
update compat on Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
akabla committed Jun 1, 2020
1 parent c2d1aa1 commit 10fba4d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ version = "0.8.5"

[[Colors]]
deps = ["ColorTypes", "FixedPointNumbers", "InteractiveUtils", "Reexport"]
git-tree-sha1 = "2fdeb981ebcf52cd800ddb6a0aa5eac34153552d"
git-tree-sha1 = "db9c215e2d92379d341e40dd1d5be893af2bfeb2"
uuid = "5ae59095-9a9b-59fe-a467-6f913c188581"
version = "0.12.0"
version = "0.12.1"

[[CompilerSupportLibraries_jll]]
deps = ["Libdl", "Pkg"]
Expand Down Expand Up @@ -74,9 +74,9 @@ version = "1.3.0"

[[DataStructures]]
deps = ["InteractiveUtils", "OrderedCollections"]
git-tree-sha1 = "7d7578b00789cf16c5f68fad71868e773edd58a2"
git-tree-sha1 = "af6d9c86e191c917c2276fbede1137e8ea20157f"
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
version = "0.17.16"
version = "0.17.17"

[[Dates]]
deps = ["Printf"]
Expand Down Expand Up @@ -205,9 +205,9 @@ version = "0.5.1"

[[Intervals]]
deps = ["Dates", "Printf", "RecipesBase", "TimeZones"]
git-tree-sha1 = "5e9938f4dff72e5ed4c0f7fbe34b204cbabcf43a"
git-tree-sha1 = "11555ad4a66a93e2268364f2ea11139634f9dda3"
uuid = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
version = "1.1.0"
version = "1.2.0"

[[InverseLaplace]]
deps = ["AbstractFFTs", "FFTW", "SpecialFunctions"]
Expand Down Expand Up @@ -351,9 +351,9 @@ uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[[Polynomials]]
deps = ["Intervals", "LinearAlgebra", "RecipesBase"]
git-tree-sha1 = "23b99e32043d2fa4c0d1975ca30e14e00c6ea53b"
git-tree-sha1 = "05f4b8b55595b86b252b28fb1e7c402fb4df98d2"
uuid = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
version = "1.0.6"
version = "1.1.1"

[[Printf]]
deps = ["Unicode"]
Expand Down Expand Up @@ -422,9 +422,9 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[[SpecialFunctions]]
deps = ["OpenSpecFun_jll"]
git-tree-sha1 = "a69e1eaf3397fbb5a4d718538463e5cc20ef42a4"
git-tree-sha1 = "d8d8b8a9f4119829410ecd706da4cc8594a1e020"
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
version = "0.10.2"
version = "0.10.3"

[[StaticArrays]]
deps = ["LinearAlgebra", "Random", "Statistics"]
Expand Down
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
julia = "1.4"
DSP = "0.6"
DataStructures = "0.17"
Documenter = "0.24"
FunctionWrappers = "1.1"
ImageFiltering = "0.6"
InverseLaplace = "0.3"
JLD2 = "0.1"
NLopt = "0.6"
QuadGK = "2.3"
SpecialFunctions = "0.10"

3 comments on commit 10fba4d

@akabla
Copy link
Member Author

@akabla akabla commented on 10fba4d Jun 1, 2020

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 updated: JuliaRegistries/General/15710

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.9.3 -m "<description of version>" 10fba4d1041ffd12ea56c04a0caa827bc552e301
git push origin v0.9.3

@moustachio-belvedere
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent, thanks for sorting the Alexandre. Look's like the auto-merge check was succesful so it should go through soon!!

Please sign in to comment.