Skip to content

Commit

Permalink
Added better compatibility with Julia
Browse files Browse the repository at this point in the history
COmpatibility with Julia "^1". I hope this works
  • Loading branch information
pjsjipt committed Apr 10, 2023
1 parent 5d6faea commit 7a274b2
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 = "Jacobi"
uuid = "83f21c0b-4282-5fbc-9e3f-f6da3d2e584c"
authors = ["Paulo José Saiz Jabardo <[email protected]> and contributors"]
version = "0.6.0"
version = "0.6.1"

[deps]
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Expand All @@ -10,7 +10,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
Polynomials = "1, 2"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 1.1, 1.2, 1.3, 2"
julia = "1.0, 1.6"
julia = "^1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 7a274b2

Please sign in to comment.