Skip to content

Commit a7d68fe

Browse files
committed
Require Julia 1.10, fix tests for Julia 1.11
1 parent 4df1a80 commit a7d68fe

File tree

21 files changed

+143
-8
lines changed

21 files changed

+143
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Manifest.toml
2+
.*.swp

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorUnicodePlots"
22
uuid = "73163f41-4a9e-479f-8353-73bf94dbd758"
33
authors = ["Matthew Fishman <[email protected]>"]
4-
version = "0.1.5"
4+
version = "0.1.6"
55

66
[deps]
77
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
@@ -19,7 +19,7 @@ NetworkLayout = "0.4.3"
1919
Reexport = "1.2.2"
2020
Statistics = "1"
2121
UnicodePlots = "2.5.0, 3"
22-
julia = "1.6"
22+
julia = "1.10"
2323

2424
[extras]
2525
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
33
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
44
ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
5+
ITensorUnicodePlots = "73163f41-4a9e-479f-8353-73bf94dbd758"
56
ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5"
67
LayeredLayouts = "f4a74d36-062a-4d48-97cd-1356bad1de4e"
78
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"

test/references/R.png

-63 KB
Binary file not shown.

test/references/R1.png

-45.2 KB
Binary file not shown.

test/references/R2.png

-42 KB
Binary file not shown.

test/references/grid.png

-132 KB
Binary file not shown.

test/references/tn.png

-61.5 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)