Skip to content

Commit

Permalink
Merge pull request #153 from OceanBioME/jsw/fix-compats
Browse files Browse the repository at this point in the history
Accidentally deleted Oceananigans compat
  • Loading branch information
jagoosw authored Oct 24, 2023
2 parents dc3b4aa + 6aa06ea commit 1c877b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.9.3"
manifest_format = "2.0"
project_hash = "1965d14bd72d57f35314ef8f0e89313862ceeb4e"
project_hash = "abd05af8b9fe6476515dbe2a1c676a74ac1e6059"

[[deps.AbstractFFTs]]
deps = ["LinearAlgebra"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ version = "0.8.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Oceananigans = "9e8cae18-63c1-5223-a75c-80ca9d6e9a09"
Expand All @@ -17,6 +16,7 @@ Adapt = "3"
Documenter = "0.27"
JLD2 = "0.4"
KernelAbstractions = "0.9"
Oceananigans = "0.84.1, 0.85 - 0.89"
Roots = "2"
StructArrays = "0.4, 0.5, 0.6"
julia = "1.9"
Expand Down

2 comments on commit 1c877b4

@jagoosw
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/94027

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.8.0 -m "<description of version>" 1c877b4c0a2a8b941d28c74e2cac76551ba13a1b
git push origin v0.8.0

Please sign in to comment.