Skip to content

Commit

Permalink
fix docs fails due to unregistered package
Browse files Browse the repository at this point in the history
  • Loading branch information
ggebbie committed Jun 26, 2023
1 parent 0192d43 commit fe7c576
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BLUEs"
uuid = "b3a7f272-e305-45d1-bcf3-14d22bb67726"
authors = ["G Jake Gebbie <ggebbie@whoi.edu>"]
version = "0.1.5-alpha"
version = "0.1.6-alpha"

[deps]
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Expand Down
12 changes: 6 additions & 6 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.9.0-rc3"
julia_version = "1.9.1"
manifest_format = "2.0"
project_hash = "8594145ec0f80d1d026cd9f83247b69f6922bf52"

Expand Down Expand Up @@ -50,7 +50,7 @@ uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
deps = ["DimensionalData", "LinearAlgebra", "Measurements", "Revise", "SparseArrays", "Statistics", "ToeplitzMatrices", "Unitful", "UnitfulLinearAlgebra"]
path = ".."
uuid = "b3a7f272-e305-45d1-bcf3-14d22bb67726"
version = "0.1.4-alpha"
version = "0.1.5-alpha"

[[deps.Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -516,12 +516,12 @@ uuid = "1986cc42-f94f-5a68-af5c-568840ba703d"
version = "1.13.1"

[[deps.UnitfulLinearAlgebra]]
deps = ["DimensionalData", "LinearAlgebra", "SparseArrays", "Statistics", "Unitful"]
git-tree-sha1 = "bef863439add0b7af959c9d919803d6ec850fa25"
deps = ["DimensionalData", "LinearAlgebra", "Revise", "SparseArrays", "Statistics", "Unitful"]
git-tree-sha1 = "46a88b3bff4d2fd872346c3bd669c9b00146b942"
repo-rev = "main"
repo-url = "https://github.com/ggebbie/UnitfulLinearAlgebra.jl"
uuid = "c14bd059-d406-4571-8f61-9bd20e53c30b"
version = "0.2.14-alpha"
version = "0.2.16-alpha"

[[deps.Zlib_jll]]
deps = ["Libdl"]
Expand All @@ -531,7 +531,7 @@ version = "1.2.13+0"
[[deps.libblastrampoline_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
version = "5.7.0+0"
version = "5.8.0+0"

[[deps.nghttp2_jll]]
deps = ["Artifacts", "Libdl"]
Expand Down

0 comments on commit fe7c576

Please sign in to comment.