Skip to content

Commit

Permalink
compat section
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Jul 7, 2022
1 parent 9070c15 commit ec1ee5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"

[compat]
Metaheuristics = "3"
NonconvexCore = "1.1.1"
Parameters = "0.12"
Reexport = "1"
Setfield = "0.8, 1"
julia = "1"

[extras]
Expand Down

3 comments on commit ec1ee5c

@mohamed82008
Copy link
Member Author

Choose a reason for hiding this comment

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

@mohamed82008
Copy link
Member Author

Choose a reason for hiding this comment

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

@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/63820

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>" ec1ee5ccbfa0bfd760585a055db035e0fc2f398e
git push origin v0.1.0

Please sign in to comment.