Skip to content

Commit

Permalink
support for NLopt 1.0 (#706)
Browse files Browse the repository at this point in the history
* NLopt compat bump + patch bump
  • Loading branch information
palday committed Aug 20, 2023
1 parent c9dbaf6 commit 66ec87d
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 @@ -37,7 +37,7 @@ Distributions = "0.21, 0.22, 0.23, 0.24, 0.25"
GLM = "1.8.2"
JSON3 = "1"
LazyArtifacts = "1"
NLopt = "0.5, 0.6"
NLopt = "0.6, 1"
PooledArrays = "0.5, 1"
PrecompileTools = "1"
ProgressMeter = "1.7"
Expand Down

2 comments on commit 66ec87d

@palday
Copy link
Member Author

@palday palday commented on 66ec87d Aug 20, 2023

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 created: JuliaRegistries/General/89969

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 v4.18.0 -m "<description of version>" 66ec87d9cf3933b565544f4e89ca5eb7d4037f39
git push origin v4.18.0

Please sign in to comment.