Skip to content

Commit

Permalink
removed OffsetArrays dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
oheil committed Apr 16, 2021
1 parent 3698784 commit b94c94b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "1.2.2"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Expand Down

2 comments on commit b94c94b

@oheil
Copy link
Owner Author

@oheil oheil commented on b94c94b Apr 16, 2021

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/34476

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.2.2 -m "<description of version>" b94c94b77d4f44c41b885ed60b3ed197b020af43
git push origin v1.2.2

Also, note the warning: Version 1.2.2 skips over 1.2.1
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.