mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 06:10:28 +01:00
27 lines
730 B
TOML
27 lines
730 B
TOML
name = "PropertyT"
|
|
uuid = "03b72c93-0167-51e2-8a1e-eb4ff1fb940d"
|
|
authors = ["Marek Kaluba <kalmar@amu.edu.pl>"]
|
|
version = "0.3.2"
|
|
|
|
[deps]
|
|
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
|
|
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
|
|
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
|
|
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
|
|
SymbolicWedderburn = "858aa9a9-4c7c-4c62-b466-2421203962a2"
|
|
|
|
[compat]
|
|
IntervalArithmetic = "^0.16.0"
|
|
JuMP = "^0.20.0"
|
|
SCS = "^0.7.0"
|
|
julia = "^1.3.0"
|
|
|
|
[extras]
|
|
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test", "SCS"]
|