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.
2 parents 92802a6 + 4dbbf78 commit a9a2ed5Copy full SHA for a9a2ed5
Project.toml
@@ -43,18 +43,18 @@ Gridap = "=0.18.12"
43
GridapDistributed = "=0.4.7"
44
GridapGmsh = "=0.7.2"
45
GridapPETSc = "=0.5.3"
46
-LinearAlgebra = "=1.11.0"
+LinearAlgebra = "1.11.0"
47
MPI = "=0.20.22"
48
NearestNeighbors = "=0.4.21"
49
Parameters = "=0.12.3"
50
PartitionedArrays = "=0.3.5"
51
-Pkg = "=1.11.0"
52
-Random = "=1.11.0"
+Pkg = "1.11.0"
+Random = "1.11.0"
53
Revise = "=3.8.0"
54
ScatteredInterpolation = "=0.3.6"
55
-SparseArrays = "=1.11.0"
56
-Statistics = "=1.11.1"
+SparseArrays = "1.11.0"
+Statistics = "1.11.1"
57
SyntheticEddyMethod = "=0.4.4"
58
-Test = "=1.11.0"
+Test = "1.11.0"
59
Trapz = "=2.0.3"
60
UnPack = "=1.0.2"
0 commit comments