Skip to content

Commit

Permalink
tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
scud-soptim committed Mar 26, 2024
1 parent 6294ca2 commit e53f73a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.2"
manifest_format = "2.0"
project_hash = "cfeb39f92e2e248766ada098b159f92016c4a4f4"
project_hash = "e2f681db160235ae73378265df4bec1f5a513cf5"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name = "Sparlectra"
uuid = "31ce9bba-fd9d-44a1-b005-f5f509afda38"
authors = ["Udo Schmitz"]
description = "load flow calculation using newton-raphson"
version = "0.4.7"
version = "0.4.8"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Expand All @@ -18,20 +19,19 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
julia = "1"
BenchmarkTools = "1"
Dates = "1"
HTTP = "1"
JSON = "0.2"
JSON = "0.21"
JuliaFormatter = "1"
LinearAlgebra = "0"
Logging = "0"
Printf = "0"
LinearAlgebra = "1"
Logging = "1"
Printf = "1"
RegularExpressions = "0.1"
SparseArrays = "1"
Test = "0"
UUIDs = "0"


Test = "1"
UUIDs = "1"
julia = "1"


[extras]
Expand Down

0 comments on commit e53f73a

Please sign in to comment.