We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4de6b commit c98c4dbCopy full SHA for c98c4db
.github/workflows/CI.yml
@@ -23,7 +23,7 @@ jobs:
23
fail-fast: false
24
matrix:
25
version:
26
- - 'lts'
+ # - 'lts' # TODO: Reenable once dependencies get registered.
27
- '1'
28
os:
29
- ubuntu-latest
Project.toml
@@ -27,7 +27,7 @@ BlockArrays = "1.2.0"
EllipsisNotation = "1.8.0"
GradedUnitRanges = "0.1.0"
LabelledNumbers = "0.1.0"
30
-LinearAlgebra = "1.11.0"
+LinearAlgebra = "1.10"
31
Test = "1.10"
32
TupleTools = "1.6.0"
33
julia = "1.10"
0 commit comments