Skip to content

Commit

Permalink
Add compat entries for stdlib packages (#162)
Browse files Browse the repository at this point in the history
* Add stdlib compat entries

* Increment patch number
  • Loading branch information
sethaxen authored Nov 30, 2023
1 parent c1a4c33 commit 789deee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ DynamicPPL = "0.20, 0.21, 0.22, 0.23"
Folds = "0.2"
ForwardDiff = "0.10"
IrrationalConstants = "0.1.1, 0.2"
LinearAlgebra = "1.6"
LogDensityProblems = "2"
MCMCChains = "5"
Optim = "1.4"
Expand All @@ -39,8 +40,10 @@ OptimizationOptimJL = "0.1"
PDMats = "0.11.26"
PSIS = "0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
ProgressLogging = "0.1.4"
Random = "1.6"
Requires = "1"
SciMLBase = "1.8.1"
Statistics = "1.6"
StatsBase = "0.33, 0.34"
Transducers = "0.4.5"
Turing = "0.24, 0.25, 0.26"
Expand Down

0 comments on commit 789deee

Please sign in to comment.