Skip to content

Commit

Permalink
Merge pull request #14 from sisl/compathelper/new_version/2024-01-21-…
Browse files Browse the repository at this point in the history
…00-11-42-300-02276713885

CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat)
  • Loading branch information
ancorso authored Jan 31, 2024
2 parents 74a4db2 + 54756a8 commit adc56db
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 adc56db

Please sign in to comment.