Skip to content

Commit 2822a34

Browse files
committed
Fix registration error: "The following dependencies do not have a [compat] entry that is upper-bounded and only includes a finite number of breaking releases: InteractiveUtils, LinearAlgebra, Printf"
1 parent 475bbbc commit 2822a34

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
99
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
1010
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
1111
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
12-
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1312
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
14-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1513
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
1614
ModiaBase = "ec7bf1ca-419d-4510-bbab-199861c55244"
1715
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
1816
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
19-
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
2017
RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
2118
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
2219
SignalTables = "3201582d-3078-4276-ba5d-0a1254d79d7c"
@@ -50,3 +47,7 @@ julia = "1.7"
5047
[extras]
5148
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
5249
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
50+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
51+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
52+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
53+

0 commit comments

Comments
 (0)