Skip to content

Commit fc6516e

Browse files
authored
Add lower bounds to dep (#48)
* Add lower bounds to dep * Fix * Remove DP
1 parent fdd3617 commit fc6516e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Project.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
3030

3131
[compat]
3232
CommonSolve = "0.2"
33-
Manopt = "0.4"
33+
DataFrames = "1"
34+
ForwardDiff = "0.10"
35+
JuMP = "1"
36+
MathOptInterface = "1"
37+
MultivariateBases = "0.2"
3438
MultivariateMoments = "0.4.8"
39+
MultivariatePolynomials = "0.5"
40+
MutableArithmetics = "1"
41+
PolynomialRoots = "1"
42+
Polynomials = "4"
43+
QuadGK = "2"
44+
SemialgebraicSets = "0.3"
3545
SumOfSquares = "0.7"
46+
TypedTables = "1"

0 commit comments

Comments
 (0)