Skip to content

Commit 61b76b0

Browse files
committed
Bump version and minimum Julia requirement
1 parent dab4037 commit 61b76b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
version:
24-
- '1.8' # lowest supported version
2524
- 'lts' # julia lts
2625
- '1' # latest stable 1.x release of Julia
2726
os:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "TensorOperations"
22
uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
3-
version = "5.4"
3+
version = "5.5.0"
44
authors = ["Lukas Devos <lukas.devos@ugent.be>", "Maarten Van Damme <maartenvd1994@gmail.com>", "Jutho Haegeman <jutho.haegeman@ugent.be>"]
55

66
[deps]
@@ -53,7 +53,7 @@ Test = "1"
5353
TupleTools = "1.6"
5454
VectorInterface = "0.4.1,0.5"
5555
cuTENSOR = "2.1.1"
56-
julia = "1.8"
56+
julia = "1.10"
5757

5858
[extras]
5959
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)