Skip to content

Commit 5dea1af

Browse files
julia 1.10 in readme
1 parent 2b03385 commit 5dea1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
Flux is an elegant approach to machine learning. It's a 100% pure-Julia stack, and provides lightweight abstractions on top of Julia's native GPU and AD support. Flux makes the easy things easy while remaining fully hackable.
2222

23-
Works best with [Julia 1.9](https://julialang.org/downloads/) or later. Here's a very short example to try it out:
23+
Works best with [Julia 1.10](https://julialang.org/downloads/) or later. Here's a very short example to try it out:
2424
```julia
2525
using Flux, Plots
2626
data = [([x], 2x-x^3) for x in -2:0.1f0:2]

0 commit comments

Comments
 (0)