Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
CompatHelper: bump compat for Turing to 0.33 for package turing, (dro…
Browse files Browse the repository at this point in the history
…p existing compat) (#100)

* CompatHelper: bump compat for Turing to 0.33 for package turing, (drop existing compat)

* fix: reduce LazyArrays compat to "1" from "2"

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jose Storopoli <[email protected]>
  • Loading branch information
3 people authored Jun 15, 2024
1 parent 6fd8425 commit bae294c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turing/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Bijectors = "0.13"
CSV = "0.10"
CategoricalArrays = "0.10"
DataFrames = "1"
LazyArrays = "2"
LazyArrays = "1"
PDMats = "0.11"
ParetoSmooth = "0.7"
StatsBase = "0.34"
StatsFuns = "1"
TransformVariables = "0.8"
Turing = "0.30"
Turing = "0.33"
julia = "1"

0 comments on commit bae294c

Please sign in to comment.