Skip to content

Commit

Permalink
update Project
Browse files Browse the repository at this point in the history
  • Loading branch information
jfilhoGN committed Dec 7, 2024
1 parent cfe54f0 commit 0a0cb53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.11.2"
manifest_format = "2.0"
project_hash = "1dd17150bd587220e8400dd28f4c078f587480d7"
project_hash = "73e97e1e860af47c0406ba159f7490ea45df6a19"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down Expand Up @@ -640,6 +640,12 @@ weakdeps = ["REPL"]
[deps.Pkg.extensions]
REPLExt = "REPL"

[[deps.PkgDevTools]]
deps = ["Pkg", "REPL"]
git-tree-sha1 = "1309e483ca06a5d6d1997c0efc62694447947cd1"
uuid = "2afb0842-1d6c-4499-8b39-71b06199676f"
version = "0.1.0"

[[deps.PlotThemes]]
deps = ["PlotUtils", "Statistics"]
git-tree-sha1 = "41031ef3a1be6f5bbbf3e8073f210556daeae5ca"
Expand Down
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
PkgDevTools = "2afb0842-1d6c-4499-8b39-71b06199676f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand All @@ -21,6 +22,7 @@ Coverage = "1.6.1"
DataFrames = "1.7.0"
HTTP = "1.10.10"
JSON = "0.21.4"
PkgDevTools = "0.1.0"
Plots = "1.40.9"
Printf = "1.11.0"
Random = "1.11.0"
Expand Down

0 comments on commit 0a0cb53

Please sign in to comment.