We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a0891c + 1840737 commit 8a9666aCopy full SHA for 8a9666a
Project.toml
@@ -1,6 +1,6 @@
1
name = "IntervalRootFinding"
2
uuid = "d2bf35a9-74e0-55ec-b149-d360ff49b807"
3
-version = "0.5.1"
+version = "0.5.2"
4
5
[deps]
6
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -10,10 +10,10 @@ Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
10
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
11
12
[compat]
13
-ForwardDiff = "^0.10.0"
+ForwardDiff = "0.10"
14
IntervalArithmetic = "0.15, 0.16"
15
-Polynomials = "0.5.0"
16
-StaticArrays = "^0.11.0"
+Polynomials = "0.5, 0.6"
+StaticArrays = "0.11, 0.12"
17
julia = "1"
18
19
[extras]
0 commit comments