Skip to content

Commit baf1401

Browse files
CompatHelper: bump compat for "SpecialFunctions" to "1.0" (#36)
* CompatHelper: bump compat for "SpecialFunctions" to "1.0" * Update Project.toml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <solver@mac.com>
1 parent 3bbe99c commit baf1401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "HypergeometricFunctions"
22
uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
3-
version = "0.3.4"
3+
version = "0.3.5"
44

55
[deps]
66
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
@@ -9,6 +9,6 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
99
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1010

1111
[compat]
12-
DualNumbers = "0.5, 0.6, 0.7"
13-
SpecialFunctions = "0.7, 0.8, 0.9, 0.10"
12+
DualNumbers = "0.6.3, 0.7"
13+
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0"
1414
julia = "1"

0 commit comments

Comments
 (0)