Skip to content

Commit

Permalink
Add StridedViews dependency and fix using statement
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed Nov 4, 2023
1 parent 9a7380f commit 53423c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NDTensors/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d"
SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
StridedViews = "4db3bf67-4bd7-4b4e-b153-31dc3fb37143"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"

Expand All @@ -46,8 +47,8 @@ Functors = "0.2, 0.3, 0.4"
HDF5 = "0.14, 0.15, 0.16, 0.17"
InlineStrings = "1"
LinearAlgebra = "1.6"
Requires = "1.1"
Random = "1.6"
Requires = "1.1"
SimpleTraits = "0.9.4"
SplitApplyCombine = "1.2.2"
StaticArrays = "0.12, 1.0"
Expand Down
2 changes: 1 addition & 1 deletion NDTensors/src/Unwrap/src/Unwrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Unwrap
using SimpleTraits
using LinearAlgebra
using Base: ReshapedArray
using Strided.StridedViews
using StridedViews

include("expose.jl")
include("iswrappedarray.jl")
Expand Down

0 comments on commit 53423c4

Please sign in to comment.