Skip to content

Commit

Permalink
update project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-saydjari committed Sep 14, 2023
1 parent ac24143 commit d49d03d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,28 @@ ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ShiftedArrays = "1277b4bf-5013-50f5-be3d-901d8477a67a"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
julia = "1.6, 1.7"
OffsetArrays = "1"
ShiftedArrays = "1"
ArgParse = "1"
Conda = "1"
Distributions = "0.24, 0.25"
Documenter = "0.27"
FITSIO = "0.16"
StatsBase = "0.33"
Formatting = "0.4"
ImageFiltering = "0.7"
Documenter = "0.27"
Distributions = "0.24, 0.25"
Conda = "1"
PyPlot = "2"
LaTeXStrings = "1"
OffsetArrays = "1"
PyCall = "1"
Formatting = "0.4"
PyPlot = "2"
ShiftedArrays = "1"
StatsBase = "0.33"
julia = "1.6, 1.7"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit d49d03d

@andrew-saydjari
Copy link
Owner 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/89172

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.9.2 -m "<description of version>" d49d03da78690389457dc75672c5c534c15106b9
git push origin v0.9.2

Please sign in to comment.