Skip to content

Commit

Permalink
Images
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Aug 10, 2023
1 parent 9c6e701 commit 9f990f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Mads"
uuid = "d6bdc55b-bd94-5012-933c-1f73fc2ee992"
version = "1.5.0"
version = "1.5.1"

[deps]
AffineInvariantMCMC = "a0f608ac-68d0-5108-ad9a-0cdca73324f3"
Expand Down Expand Up @@ -77,6 +77,7 @@ Conda = "1"
CSV = "0.10, 0.11, 1"
DataFrames = "1"
DataStructures = "0.17, 0.18, 0.19"
DelimitedFiles = "1"
Distributions = "0.23, 0.24, 0.25"
DocumentFunction = "1"
Documenter = "0.25, 0.26, 0.27"
Expand All @@ -86,7 +87,7 @@ FileIO = "1"
Gadfly = "1"
GeostatInversion = "1"
IJulia = "1"
Images = "0.22, 0.23, 0.24, 0.25"
Images = "0.22, 0.23, 0.24, 0.25, 0.26, 0.3"
Ipopt = "1.0"
JLD = "0.10, 0.11, 0.12, 0.13, 0.14, 1"
JLD2 = "0.2, 0.3, 0.4, 0.5, 1"
Expand Down

2 comments on commit 9f990f5

@montyvesselinov
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 created: JuliaRegistries/General/89403

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.5.1 -m "<description of version>" 9f990f504536f0dfea9025be76dd335be1c9073e
git push origin v1.5.1

Please sign in to comment.