Skip to content

Commit f729905

Browse files
authored
Revert PR #49: weakdep StridedViews 0.5 (#52)
Reverts #49. See ITensorDevelopmentPlans compat_bounds_debt for context — the CompatHelper weakdep+test pair needs combined testing before landing.
1 parent 1e1289e commit f729905

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FunctionImplementations"
22
uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c"
3-
version = "0.4.15"
3+
version = "0.4.14"
44
authors = ["ITensor developers <support@itensor.org> and contributors"]
55

66
[workspace]
@@ -22,5 +22,5 @@ FunctionImplementationsStridedViewsExt = "StridedViews"
2222
BlockArrays = "1.4"
2323
FillArrays = "1.15"
2424
LinearAlgebra = "1.10"
25-
StridedViews = "0.4.1, 0.5"
25+
StridedViews = "0.4.1"
2626
julia = "1.10"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ ITensorPkgSkeleton = "0.3.42"
2525
JLArrays = "0.3"
2626
LinearAlgebra = "1.10"
2727
SafeTestsets = "0.1"
28-
StridedViews = "0.4, 0.5"
28+
StridedViews = "0.4"
2929
Suppressor = "0.2"
3030
Test = "1.10"

0 commit comments

Comments
 (0)