Skip to content

Commit

Permalink
Use correct Flux version
Browse files Browse the repository at this point in the history
  • Loading branch information
maetshju committed Jan 8, 2023
1 parent 0679d8a commit cbb2220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Expand All @@ -9,7 +10,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
BSON = "0.3.5"
Flux = "0.10.3"
Flux = "~0.9"
Loess = "0.5.4"
Plots = "1.0.14"
ProgressBars = "1.4.1"
Expand Down

0 comments on commit cbb2220

Please sign in to comment.