Skip to content

Commit

Permalink
add optim version for julia 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgower committed Oct 16, 2020
1 parent 149953b commit 6ad045a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GSL = "0.6, 0.7, 0.8, 0.9, 1.0"
MDBM = "0.1"
MultipleScattering = "^0.1.5"
OffsetArrays = "^0.23, 1"
Optim = "1"
Optim = "0.22, 1"
Polynomials = "0.8"
RecipesBase = "1.0"
Reexport = "0.2"
Expand Down

2 comments on commit 6ad045a

@arturgower
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/23035

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.4.0 -m "<description of version>" 6ad045aa9b3ca7f8e1296299aac5577773bc06f2
git push origin v0.4.0

Also, note the warning: Version 0.4.0 skips over 0.3.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.