Skip to content
Snippets Groups Projects
Commit 6e0f1ff8 authored by YingXing's avatar YingXing
Browse files

It should work for julia>=1.6 now

parent e129a8e7
No related branches found
No related tags found
1 merge request!4It should work for julia>=1.6 now
...@@ -8,3 +8,4 @@ ...@@ -8,3 +8,4 @@
*.jl.*.cov *.jl.*.cov
.ipynb_checkpoints .ipynb_checkpoints
*.gif *.gif
Manifest.toml
# 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.9.3" julia_version = "1.9.2"
manifest_format = "2.0" manifest_format = "2.0"
project_hash = "de06a4084cc927261aea28cc342de88540b5a0c4" project_hash = "a9e0111e6ee61d26ed5ce87f5ac2ca462765f96a"
[[deps.ArgTools]] [[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f" uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
...@@ -424,9 +424,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568" ...@@ -424,9 +424,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
[[deps.LoggingExtras]] [[deps.LoggingExtras]]
deps = ["Dates", "Logging"] deps = ["Dates", "Logging"]
git-tree-sha1 = "0d097476b6c381ab7906460ef1ef1638fbce1d91" git-tree-sha1 = "c1dd6d7978c12545b4179fb6153b9250c96b0075"
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36" uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
version = "1.0.2" version = "1.0.3"
[[deps.MacroTools]] [[deps.MacroTools]]
deps = ["Markdown", "Random"] deps = ["Markdown", "Random"]
...@@ -624,9 +624,9 @@ version = "1.2.2" ...@@ -624,9 +624,9 @@ version = "1.2.2"
[[deps.RelocatableFolders]] [[deps.RelocatableFolders]]
deps = ["SHA", "Scratch"] deps = ["SHA", "Scratch"]
git-tree-sha1 = "90bc7a7c96410424509e4263e277e43250c05691" git-tree-sha1 = "ffdaf70d81cf6ff22c2b6e733c900c3321cab864"
uuid = "05181044-ff0b-4ac5-8273-598c1e38db00" uuid = "05181044-ff0b-4ac5-8273-598c1e38db00"
version = "1.0.0" version = "1.0.1"
[[deps.Requires]] [[deps.Requires]]
deps = ["UUIDs"] deps = ["UUIDs"]
......
...@@ -2,3 +2,6 @@ ...@@ -2,3 +2,6 @@
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a" IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[compat]
julia = "1.6"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment