Skip to content

Commit

Permalink
CompatHelper: add new compat entry for Statistics at version 1, (keep…
Browse files Browse the repository at this point in the history
… existing compat)
  • Loading branch information
CompatHelper Julia committed Jan 21, 2024
1 parent 45a17ee commit 54756a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"

[compat]
julia = "1.6 - 1.10"
Reexport = "1"
CUDA = "3, 4, 5"
cuDNN = "1"
ColorSchemes = "3"
Distributions = "0.25"
Flux = "0.14"
Expand All @@ -38,8 +35,12 @@ POMDPTools = "0.1"
POMDPs = "0.9"
Parameters = "0.12"
Plots = "1"
Reexport = "1"
Statistics = "1"
StatsBase = "0.33"
TensorBoardLogger = "0.1"
ValueHistories = "0.5"
WeightsAndBiasLogger = "0.5"
Zygote = "0.6"
cuDNN = "1"
julia = "1.6 - 1.10"

0 comments on commit 54756a8

Please sign in to comment.