We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dab4037 commit 61b76b0Copy full SHA for 61b76b0
.github/workflows/ci.yml
@@ -21,7 +21,6 @@ jobs:
21
fail-fast: false
22
matrix:
23
version:
24
- - '1.8' # lowest supported version
25
- 'lts' # julia lts
26
- '1' # latest stable 1.x release of Julia
27
os:
Project.toml
@@ -1,6 +1,6 @@
1
name = "TensorOperations"
2
uuid = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
3
-version = "5.4"
+version = "5.5.0"
4
authors = ["Lukas Devos <lukas.devos@ugent.be>", "Maarten Van Damme <maartenvd1994@gmail.com>", "Jutho Haegeman <jutho.haegeman@ugent.be>"]
5
6
[deps]
@@ -53,7 +53,7 @@ Test = "1"
53
TupleTools = "1.6"
54
VectorInterface = "0.4.1,0.5"
55
cuTENSOR = "2.1.1"
56
-julia = "1.8"
+julia = "1.10"
57
58
[extras]
59
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments