Skip to content

Commit afcdaf8

Browse files
committed
Project.toml: DiffRules constraint changed to "~1.0", since runtests gives errors for version > 1.0.
1 parent b370818 commit afcdaf8

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Manifest.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
1111

1212
[[ArrayInterface]]
1313
deps = ["Compat", "IfElse", "LinearAlgebra", "Requires", "SparseArrays", "Static"]
14-
git-tree-sha1 = "e527b258413e0c6d4f66ade574744c94edef81f8"
14+
git-tree-sha1 = "265b06e2b1f6a216e0e8f183d28e4d354eab3220"
1515
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
16-
version = "3.1.40"
16+
version = "3.2.1"
1717

1818
[[Artifacts]]
1919
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
@@ -91,9 +91,9 @@ version = "1.9.0"
9191

9292
[[DataFrames]]
9393
deps = ["Compat", "DataAPI", "Future", "InvertedIndices", "IteratorInterfaceExtensions", "LinearAlgebra", "Markdown", "Missings", "PooledArrays", "PrettyTables", "Printf", "REPL", "Reexport", "SortingAlgorithms", "Statistics", "TableTraits", "Tables", "Unicode"]
94-
git-tree-sha1 = "d785f42445b63fc86caa08bb9a9351008be9b765"
94+
git-tree-sha1 = "2e993336a3f68216be91eb8ee4625ebbaba19147"
9595
uuid = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
96-
version = "1.2.2"
96+
version = "1.3.0"
9797

9898
[[DataStructures]]
9999
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
@@ -127,20 +127,20 @@ uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
127127
version = "1.0.3"
128128

129129
[[DiffRules]]
130-
deps = ["LogExpFunctions", "NaNMath", "Random", "SpecialFunctions"]
131-
git-tree-sha1 = "3287dacf67c3652d3fed09f4c12c187ae4dbb89a"
130+
deps = ["NaNMath", "Random", "SpecialFunctions"]
131+
git-tree-sha1 = "214c3fcac57755cfda163d91c58893a8723f93e9"
132132
uuid = "b552c78f-8df3-52c6-915a-8e097449b14b"
133-
version = "1.4.0"
133+
version = "1.0.2"
134134

135135
[[Distributed]]
136136
deps = ["Random", "Serialization", "Sockets"]
137137
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
138138

139139
[[Distributions]]
140140
deps = ["ChainRulesCore", "DensityInterface", "FillArrays", "LinearAlgebra", "PDMats", "Printf", "QuadGK", "Random", "SparseArrays", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns", "Test"]
141-
git-tree-sha1 = "380dab663ca4234c4ec91340c3211c5e73374612"
141+
git-tree-sha1 = "7f3bec11f4bcd01bc1f507ebce5eadf1b0a78f47"
142142
uuid = "31c24e10-a181-5473-b8eb-7969acd0382f"
143-
version = "0.25.32"
143+
version = "0.25.34"
144144

145145
[[DocStringExtensions]]
146146
deps = ["LibGit2"]
@@ -170,10 +170,10 @@ uuid = "59287772-0a20-5a39-b81b-1366585eb4c0"
170170
version = "0.4.2"
171171

172172
[[ForwardDiff]]
173-
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions", "StaticArrays"]
174-
git-tree-sha1 = "6406b5112809c08b1baa5703ad274e1dded0652f"
173+
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "NaNMath", "Printf", "Random", "SpecialFunctions", "StaticArrays"]
174+
git-tree-sha1 = "e2af66012e08966366a43251e1fd421522908be6"
175175
uuid = "f6369f11-7733-5829-9624-2563aa707210"
176-
version = "0.10.23"
176+
version = "0.10.18"
177177

178178
[[Future]]
179179
deps = ["Random"]
@@ -273,9 +273,9 @@ uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
273273

274274
[[LoopVectorization]]
275275
deps = ["ArrayInterface", "CPUSummary", "CloseOpenIntervals", "DocStringExtensions", "HostCPUFeatures", "IfElse", "LayoutPointers", "LinearAlgebra", "OffsetArrays", "PolyesterWeave", "Requires", "SIMDDualNumbers", "SLEEFPirates", "Static", "ThreadingUtilities", "UnPack", "VectorizationBase"]
276-
git-tree-sha1 = "9d8ce46c7727debdfd65be244f22257abf7d8739"
276+
git-tree-sha1 = "9e10579c154f785b911d9ceb96c33fcc1a661171"
277277
uuid = "bdcacae8-1622-11e9-2a5c-532679323890"
278-
version = "0.12.98"
278+
version = "0.12.99"
279279

280280
[[MacroTools]]
281281
deps = ["Markdown", "Random"]
@@ -408,9 +408,9 @@ deps = ["Serialization"]
408408
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
409409

410410
[[RecipesBase]]
411-
git-tree-sha1 = "a4425fe1cde746e278fa895cc69e3113cb2614f6"
411+
git-tree-sha1 = "6bf3f380ff52ce0832ddd3a2a7b9538ed1bcca7d"
412412
uuid = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
413-
version = "1.2.0"
413+
version = "1.2.1"
414414

415415
[[RecursiveFactorization]]
416416
deps = ["LinearAlgebra", "LoopVectorization", "Polyester", "StrideArraysCore", "TriangularSolve"]
@@ -592,9 +592,9 @@ version = "1.9.2"
592592

593593
[[VectorizationBase]]
594594
deps = ["ArrayInterface", "CPUSummary", "HostCPUFeatures", "Hwloc", "IfElse", "LayoutPointers", "Libdl", "LinearAlgebra", "SIMDTypes", "Static"]
595-
git-tree-sha1 = "5239606cf3552aff43d79ecc75b1af1ce4625109"
595+
git-tree-sha1 = "17e5847bb36730d90801170ecd0ce4041a3dde86"
596596
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
597-
version = "0.21.21"
597+
version = "0.21.22"
598598

599599
[[Zlib_jll]]
600600
deps = ["Libdl"]

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModiaBase"
22
uuid = "ec7bf1ca-419d-4510-bbab-199861c55244"
33
authors = ["Hilding Elmqvist <[email protected]>", "Martin Otter <[email protected]>"]
4-
version = "0.8.0-dev"
4+
version = "0.7.8-dev"
55

66
[deps]
77
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -16,7 +16,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
1616

1717
[compat]
1818
DataFrames = "1, 0.22, 0.21, 0.20, 0.19"
19-
DiffRules = "1"
19+
DiffRules = "~1.0"
2020
Measurements = "2"
2121
MonteCarloMeasurements = "1, 0.10, 0.9"
2222
OrderedCollections = "1"

0 commit comments

Comments
 (0)