PropertyT.jl/Project.toml

46 lines
1.4 KiB
TOML
Raw Permalink Normal View History

2019-01-09 07:58:49 +01:00
name = "PropertyT"
uuid = "03b72c93-0167-51e2-8a1e-eb4ff1fb940d"
authors = ["Marek Kaluba <kalmar@amu.edu.pl>"]
2024-02-15 22:48:14 +01:00
version = "0.6.0"
2019-01-09 07:58:49 +01:00
[deps]
2022-11-07 17:01:06 +01:00
Groups = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
GroupsCore = "d5909c97-4eac-4ecc-a3dc-fdd0858a4120"
2019-01-09 11:26:41 +01:00
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
IntervalMatrices = "5c1f47dc-42dd-5697-8aaa-4d102d140ba9"
2019-01-09 11:26:41 +01:00
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
2019-01-11 06:32:09 +01:00
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PermutationGroups = "8bc5a954-2dfc-11e9-10e6-cd969bffa420"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
2019-01-09 11:26:41 +01:00
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1"
2022-11-07 17:01:06 +01:00
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SymbolicWedderburn = "858aa9a9-4c7c-4c62-b466-2421203962a2"
2019-01-17 08:27:37 +01:00
[compat]
2022-11-07 17:01:06 +01:00
COSMO = "0.8"
Groups = "0.8"
GroupsCore = "0.5"
IntervalArithmetic = "0.20"
2024-02-15 22:44:23 +01:00
IntervalMatrices = "0.10"
JuMP = ">=1.3"
PermutationGroups = "0.6.2"
ProgressMeter = "1.7"
SCS = "2"
2024-02-15 22:44:23 +01:00
StarAlgebras = "0.2.1"
2022-11-07 17:01:06 +01:00
StaticArrays = "1"
SymbolicWedderburn = "0.4"
2022-11-07 17:01:06 +01:00
julia = "1.6"
2019-01-17 08:27:37 +01:00
[extras]
2022-11-07 17:01:06 +01:00
COSMO = "1e616198-aa4e-51ec-90a2-23f7fbd31d8d"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
2019-01-17 08:27:37 +01:00
SCS = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
2022-11-07 17:01:06 +01:00
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2019-01-17 08:27:37 +01:00
[targets]
2022-11-07 17:01:06 +01:00
scripts = ["Dates", "Logging", "Serialization", "SCS", "COSMO"]
test = ["Test", "SCS", "COSMO"]