Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TransmuteDims = "24ddb15e-299a-5cc3-8414-dbddc482d9ca"

[compat]
ChainRulesCore = "1.11"
ChainRulesCore = "1.16"
Compat = "3.46, 4.2" # for stack
LazyArrays = "0.21, 0.22"
LazyStack = "0.1.0"
LazyArrays = "1.1"
LazyStack = "0.1.1"
MacroTools = "0.5"
StaticArrays = "1.3"
Strided = "1.1, 2"
TransmuteDims = "0.1.13"
StaticArrays = "1.5"
TransmuteDims = "0.1.15"
julia = "1.6"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion src/TensorCast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include("macro.jl")
include("pretty.jl")

module Fast # shield non-macro code from @optlevel 1
using ..TensorCast: pretty
using TensorCast: pretty
using LinearAlgebra, StaticArrays

include("slice.jl")
Expand Down