Skip to content

Commit

Permalink
Bump compats
Browse files Browse the repository at this point in the history
  • Loading branch information
briochemc committed Nov 14, 2024
1 parent eb5e3cb commit cec970d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AIBECS"
uuid = "ace601d6-714c-11e9-04e5-89b7fad23838"
authors = ["Benoit Pasquier <[email protected]>"]
version = "0.13.4"
version = "0.13.5"

[deps]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand Down Expand Up @@ -36,18 +36,19 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Bijectors = "0.13"
Bijectors = "0.14"
CodecZlib = "0.7"
DataDeps = "0.7"
DataFrames = "1"
Distances = "0.10"
Distributions = "0.25"
Downloads = "1"
FieldMetadata = "0.3"
Flatten = "0.4"
ForwardDiff = "0.10"
ImageFiltering = "0.7"
Interpolations = "0.15"
JLD2 = "0.4"
JLD2 = "0.5"
MAT = "0.10"
MetadataArrays = "0.1"
NCDatasets = "0.14"
Expand All @@ -57,11 +58,10 @@ RecipesBase = "1"
Reexport = "1"
SciMLBase = "2"
Shapefile = "0.13"
SparseArrays = "1"
StringDistances = "0.11"
UnPack = "1"
Unitful = "1"
Downloads = "1"
SparseArrays = "1"
julia = "1"

[extras]
Expand Down

2 comments on commit cec970d

@briochemc
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 register

Release notes:

  • bump compats (JLD2 and Bijectors)

@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/119373

Tagging

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

Please sign in to comment.