Skip to content

Commit

Permalink
Setted up minimum bonds for dependencies (tested)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaticus committed Feb 9, 2025
1 parent bbea0f2 commit 95d3068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"

[compat]
Ipopt = "1"
JuMP = "1"
Ipopt = "1.4"
JuMP = "1.20"
PrecompileTools = "1"
julia = "1.7"

2 comments on commit 95d3068

@sylvaticus
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • low-level run_dice function fully implemented
  • the model return the CB "optimal" scenario as in DICE2023-b-4-3-10.gms gams

TODO:

  • implement run_dice_scenarios function and the various scenarios
  • write/improve documentation and examples

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/124634

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.0.1 -m "<description of version>" 95d3068cd9f65a5d18eb610df7ed2dcc5ccf8b38
git push origin v0.0.1

Please sign in to comment.