diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4478add3..bc0831b0cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,8 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 non-zero in multi-stage GenX (#666) - Added condition number scaling added to objective function (#667) - Added versioned doc-pages for v0.3.6 and v0.4.0 - - Added a warning message in write_costs_multistage mentioning th approximate value of costs currently. +- Added [compat] of Random package in Project.toml and set it to "1" (#693) ### Fixed - Add constraint in mga to compute total capacity in each zone from a given technology type (#681) diff --git a/Project.toml b/Project.toml index 6a092d4996..2dfeecd18b 100644 --- a/Project.toml +++ b/Project.toml @@ -33,6 +33,7 @@ HiGHS = "1.1.4" JuMP = "1.1.1" LinearAlgebra = "1" MathOptInterface = "1.6.1" +Random = "1" RecursiveArrayTools = "2.31.2, 3" Statistics = "1.4.0" StatsBase = "0.33.21, 0.34"