1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-31 22:16:21 +02:00

add JuMP to scripts/Project.toml

This commit is contained in:
Marek Kaluba 2024-02-27 18:13:10 +01:00
parent 359e317fd9
commit 2aaa999bc8
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# 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"
project_hash = "b435980f07b6de69a5d6ab1d537b9adb4a603bdd"
project_hash = "7b0e0c798d016406da5e7a51aaec57e29f93bbb7"
[[deps.AMD]]
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse_jll"]
@ -99,7 +99,7 @@ weakdeps = ["Dates", "LinearAlgebra"]
[[deps.CompilerSupportLibraries_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
version = "1.0.5+1"
version = "1.1.0+0"
[[deps.Conda]]
deps = ["Downloads", "JSON", "VersionParsing"]
@ -418,7 +418,7 @@ version = "0.3.24+0"
[[deps.OpenBLAS_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
version = "0.3.23+2"
version = "0.3.23+4"
[[deps.OpenLibm_jll]]
deps = ["Artifacts", "Libdl"]

View File

@ -3,6 +3,7 @@ ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
COSMO = "1e616198-aa4e-51ec-90a2-23f7fbd31d8d"
Groups = "5d8bd718-bd84-11e8-3b40-ad14f4a32557"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PermutationGroups = "8bc5a954-2dfc-11e9-10e6-cd969bffa420"
PropertyT = "03b72c93-0167-51e2-8a1e-eb4ff1fb940d"