Skip to content

Commit dec7e9c

Browse files
committed
bump julia version to 1.6 in project and ci
1 parent 216ca5e commit dec7e9c

File tree

7 files changed

+3
-2
lines changed

7 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
version:
20-
- '1.0'
20+
- '1.6'
2121
- '1' # automatically expands to the latest stable 1.x release of Julia.
2222
os:
2323
- ubuntu-latest

Project.toml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
1010
[compat]
1111
IJulia = "1.23"
1212
Pluto = "0.17"
13+
julia = "1.6"
1314

1415
[extras]
1516
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

notebooks/04_tuning/gamma_sampler.png

-1.05 KB
Loading
2.24 KB
Loading

notebooks/04_tuning/notebook.pluto.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ rep = report(tuned_mach)
351351
rep.best_model
352352

353353
# ╔═╡ 5b72bfac-40e2-4f84-a29a-8d0445351914
354-
md"In the special case of two-parameters, you can also plot the results:"
354+
md"You can also plot the results:"
355355

356356
# ╔═╡ 89dfc4b1-37dc-4f77-be65-28d0fcca50a8
357357
begin

notebooks/04_tuning/tuning.png

-10.6 KB
Loading
239 Bytes
Loading

0 commit comments

Comments
 (0)