Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott authored Mar 27, 2024
2 parents ef1fc5f + 2c500cc commit 54b340e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TensorCast"
uuid = "02d47bb6-7ce6-556a-be16-bb1710789e2b"
authors = ["Michael Abbott"]
version = "0.4.6"
version = "0.4.7"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -15,13 +15,13 @@ TransmuteDims = "24ddb15e-299a-5cc3-8414-dbddc482d9ca"

[compat]
ChainRulesCore = "1.16"
Compat = "3.46, 4.2, 4.7" # for stack
Compat = "3.46, 4.2" # for stack
LazyArrays = "1.1"
LazyStack = "0.1.1"
MacroTools = "0.5"
StaticArrays = "1.5"
TransmuteDims = "0.1.15"
julia = "1"
julia = "1.6"

[extras]
Einsum = "b7d42ee7-0b51-5a75-98ca-779d3107e4c0"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"

[compat]
Documenter = "0.27"
Documenter = "1.0"

0 comments on commit 54b340e

Please sign in to comment.