Skip to content

Commit d3b23ca

Browse files
committed
Update minimum supported Julia version
1 parent af92220 commit d3b23ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/docs-00-getting-started/index.qmd

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

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

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

2121
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:
2222

0 commit comments

Comments
 (0)