Skip to content

Commit 1f808d5

Browse files
authored
Update Julia version requirement to 1.10.8
1 parent 6870fcf commit 1f808d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pkg.instantiate();
1717

1818
To use Turing, you need to install Julia first and then install Turing.
1919

20-
You will need to install Julia 1.10 or greater, which you can get from [the official Julia website](http://julialang.org/downloads/).
20+
You will need to install Julia 1.10.8 or greater, which you can get from [the official Julia website](http://julialang.org/downloads/).
2121

2222
Turing is officially registered in the [Julia General package registry](https://github.com/JuliaRegistries/General), which means that you can install a stable version of Turing by running the following in the Julia REPL:
2323

0 commit comments

Comments
 (0)