Skip to content
Snippets Groups Projects
Commit 8eb3432c authored by Michele Nottoli's avatar Michele Nottoli
Browse files

Merge branch 'fix-julia-deps' into 'main'

It should work for julia>=1.6 now

See merge request !4
parents 8915a779 8266b285
Branches
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 diff is collapsed.
...@@ -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"
using Pkg
Pkg.activate(".")
using IJulia
notebook(dir=pwd())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment