mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-24 08:30:28 +01:00
add JuMP to scripts/Project.toml
This commit is contained in:
parent
359e317fd9
commit
2aaa999bc8
@ -1,8 +1,8 @@
|
|||||||
# This file is machine-generated - editing it directly is not advised
|
# This file is machine-generated - editing it directly is not advised
|
||||||
|
|
||||||
julia_version = "1.10.0"
|
julia_version = "1.10.1"
|
||||||
manifest_format = "2.0"
|
manifest_format = "2.0"
|
||||||
project_hash = "b435980f07b6de69a5d6ab1d537b9adb4a603bdd"
|
project_hash = "7b0e0c798d016406da5e7a51aaec57e29f93bbb7"
|
||||||
|
|
||||||
[[deps.AMD]]
|
[[deps.AMD]]
|
||||||
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse_jll"]
|
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse_jll"]
|
||||||
@ -99,7 +99,7 @@ weakdeps = ["Dates", "LinearAlgebra"]
|
|||||||
[[deps.CompilerSupportLibraries_jll]]
|
[[deps.CompilerSupportLibraries_jll]]
|
||||||
deps = ["Artifacts", "Libdl"]
|
deps = ["Artifacts", "Libdl"]
|
||||||
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
|
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
|
||||||
version = "1.0.5+1"
|
version = "1.1.0+0"
|
||||||
|
|
||||||
[[deps.Conda]]
|
[[deps.Conda]]
|
||||||
deps = ["Downloads", "JSON", "VersionParsing"]
|
deps = ["Downloads", "JSON", "VersionParsing"]
|
||||||
@ -418,7 +418,7 @@ version = "0.3.24+0"
|
|||||||
[[deps.OpenBLAS_jll]]
|
[[deps.OpenBLAS_jll]]
|
||||||
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
|
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
|
||||||
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
|
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
|
||||||
version = "0.3.23+2"
|
version = "0.3.23+4"
|
||||||
|
|
||||||
[[deps.OpenLibm_jll]]
|
[[deps.OpenLibm_jll]]
|
||||||
deps = ["Artifacts", "Libdl"]
|
deps = ["Artifacts", "Libdl"]
|
||||||
|
@ -3,6 +3,7 @@ ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
|
|||||||
COSMO = "1e616198-aa4e-51ec-90a2-23f7fbd31d8d"
|
COSMO = "1e616198-aa4e-51ec-90a2-23f7fbd31d8d"
|
||||||
Groups = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
|
Groups = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
|
||||||
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
|
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
|
||||||
|
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
|
||||||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||||
PermutationGroups = "8bc5a954-2dfc-11e9-10e6-cd969bffa420"
|
PermutationGroups = "8bc5a954-2dfc-11e9-10e6-cd969bffa420"
|
||||||
PropertyT = "03b72c93-0167-51e2-8a1e-eb4ff1fb940d"
|
PropertyT = "03b72c93-0167-51e2-8a1e-eb4ff1fb940d"
|
||||||
|
Loading…
Reference in New Issue
Block a user