We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a455157 commit e9cf278Copy full SHA for e9cf278
Project.toml
@@ -1,16 +1,16 @@
1
name = "HypergeometricFunctions"
2
uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
3
-version = "0.2"
+version = "0.2.1"
4
5
[deps]
6
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
7
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
9
10
[compat]
11
-DualNumbers = "0.5,0.6"
12
-IntervalArithmetic = "0.15,0.16"
13
-SpecialFunctions = "0.7,0.8"
+DualNumbers = "0.5, 0.6"
+IntervalArithmetic = "0.15, 0.16"
+SpecialFunctions = "0.7, 0.8, 0.9"
14
julia = "1"
15
16
[extras]
0 commit comments