Skip to content

Commit 0af61e8

Browse files
ITensorBotCompatHelper Juliamtfishman
authored
CompatHelper: bump compat for ITensorMPS to 0.4 for package test, (keep existing compat) (#21)
## Summary Bumps compat for ITensorMPS to 0.4 in ``test/Project.toml``. ITensorMPS is a test-only dependency in this repo. Also bumps the package version 0.1.7 → 0.1.8 to satisfy ``VersionCheck`` (subdir Project.toml changes are classified as substantive). Rebased onto current ``main``. > Note: ``CheckCompatBounds`` blocks on ITensorVisualizationBase 0.1.18 being registered first (root depends on ITensorVisualizationBase, which only adds ITensorMPS 0.4 compat in 0.1.18). Once ITensorVisualizationBase 0.1.18 lands and registers, this PR's CI should pass. ## Test plan - [ ] CI green (gated on ITensorVisualizationBase 0.1.18 registration) --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Matthew Fishman <mfishman@flatironinstitute.org>
1 parent fd44870 commit 0af61e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ITensorUnicodePlots"
22
uuid = "73163f41-4a9e-479f-8353-73bf94dbd758"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org> and contributors"]
55

66
[workspace]

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = ".."
1818
Aqua = "0.8.9"
1919
GeometryBasics = "0.4.1, 0.5"
2020
Graphs = "1.4.1"
21-
ITensorMPS = "0.3"
21+
ITensorMPS = "0.3, 0.4"
2222
ITensorPkgSkeleton = "0.3.42"
2323
ITensorUnicodePlots = "0.1"
2424
ITensors = "0.7, 0.8, 0.9"

0 commit comments

Comments
 (0)