Skip to content

Commit

Permalink
Merge pull request #86 from mariohsouto/jg/up-arpack
Browse files Browse the repository at this point in the history
up arpack
  • Loading branch information
joaquimg committed Feb 20, 2021
2 parents eb3b4fc + 50d7c48 commit 0a040ed
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 @@ -16,7 +16,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
julia = "1"
Arpack = "0.3.2"
Arpack = "0.3.2, 0.5.1"
KrylovKit = "0.5.2"
MathOptInterface = "0.9.14"
TimerOutputs = "0.5.0"
Expand Down

2 comments on commit 0a040ed

@joaquimg
Copy link
Collaborator 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/30503

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 v1.6.1 -m "<description of version>" 0a040ed64af1dc942ea459596faade00808dda6e
git push origin v1.6.1

Please sign in to comment.