diff --git a/Project.toml b/Project.toml index f9a5bae..b35e4a0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FunctionImplementations" uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -version = "0.4.15" +version = "0.4.14" authors = ["ITensor developers and contributors"] [workspace] @@ -22,5 +22,5 @@ FunctionImplementationsStridedViewsExt = "StridedViews" BlockArrays = "1.4" FillArrays = "1.15" LinearAlgebra = "1.10" -StridedViews = "0.4.1, 0.5" +StridedViews = "0.4.1" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index c406cb2..fb5cdd0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -25,6 +25,6 @@ ITensorPkgSkeleton = "0.3.42" JLArrays = "0.3" LinearAlgebra = "1.10" SafeTestsets = "0.1" -StridedViews = "0.4, 0.5" +StridedViews = "0.4" Suppressor = "0.2" Test = "1.10"