Skip to content

Commit

Permalink
compat, tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed Jul 11, 2021
1 parent c5e4f79 commit 15e5055
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PhaseSpaceTools"
uuid = "0e21426a-da0a-11e8-1f13-43a2532b2fa8"
authors = ["Ashton Bradley <ashton.bradley@gmail.com>"]
version = "0.1.0"
version = "1.0.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -14,4 +14,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
SpecialFunctions = "1"
SpecialFunctions = "1, 1.3, 1.4"
GSL = "1, 1.0"
Reexport = "1, 1.0"
Distributions = "0.24, 0.25"
Parameters = "0.12"
julia = "1.6"

0 comments on commit 15e5055

Please sign in to comment.