Skip to content

Commit

Permalink
fix julia dependency position and ExpressionTreeForge version
Browse files Browse the repository at this point in the history
  • Loading branch information
RAYNAUD Paul (raynaudp) authored and paraynaud committed Jul 16, 2022
1 parent ab6475a commit c5c7203
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 @@ -17,15 +17,15 @@ ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"

[compat]
ADNLPModels = "0.3.1"
ExpressionTreeForge = "0.1.0"
julia = "^1.6.0"
ExpressionTreeForge = "0.1.1"
JuMP = "0.21.5"
MathOptInterface = "0.9.22"
ModelingToolkit = "3.20.1"
NLPModels = "0.17.2"
NLPModelsJuMP = "0.8.3"
PartitionedStructures = "0.1.0"
ReverseDiff = "1.12.0"
julia = "^1.6.0"

[extras]
ADNLPModels = "54578032-b7ea-4c30-94aa-7cbd1cce6c9a"
Expand Down

2 comments on commit c5c7203

@paraynaud
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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 updated: JuliaRegistries/General/64292

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.1.0 -m "<description of version>" c5c72036889d24822fe747a5891ef7c8cfb501ef
git push origin v0.1.0

Please sign in to comment.