Skip to content

Commit 6cc16d6

Browse files
ITensorBotCompatHelper Juliamtfishman
authored
CompatHelper: bump compat for ITensorMPS to 0.4 for package test, (keep existing compat) (#348)
This pull request changes the compat entry for the `ITensorMPS` package from `0.3.6` to `0.3.6, 0.4` for package test. This keeps the compat entries for earlier versions. Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request. --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Matthew Fishman <mtfishman@users.noreply.github.com>
1 parent c6d7e64 commit 6cc16d6

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 = "ITensorNetworks"
22
uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7"
3-
version = "0.19.5"
3+
version = "0.19.6"
44
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
55

66
[workspace]

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Distributions = "0.25.118"
4545
Glob = "1.3.1"
4646
Graphs = "1.12"
4747
GraphsFlows = "0.1.1"
48-
ITensorMPS = "0.3.6"
48+
ITensorMPS = "0.3.6, 0.4"
4949
ITensorNetworks = "0.19"
5050
ITensorPkgSkeleton = "0.3.42"
5151
ITensors = "0.7, 0.8, 0.9"

0 commit comments

Comments
 (0)