Skip to content

Commit 1214d45

Browse files
Constrain TaylorSeries test collections to v1
Keep the DiffEqDevTools/Latexify test graph compatible with the Symbolics 7 downgrade floor. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent 298da19 commit 1214d45

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/OrdinaryDiffEqTaylorSeries/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
2323
[extras]
2424
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
2525
ODEProblemLibrary = "fdc4e326-1af4-4b90-96e7-779fcce2daa5"
26+
# DiffEqDevTools brings Latexify; releases compatible with Symbolics 7 require OrderedCollections 1.
27+
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
2628
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2729
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2830
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
@@ -43,6 +45,7 @@ LinearAlgebra = "1.10"
4345
MuladdMacro = "0.2.1"
4446
ODEProblemLibrary = "1"
4547
OrdinaryDiffEqCore = "4"
48+
OrderedCollections = "1"
4649
Pkg = "1"
4750
PrecompileTools = "1.2.1, 1.3"
4851
Preferences = "1.5.0"
@@ -62,4 +65,4 @@ julia = "1.10"
6265
path = "../OrdinaryDiffEqCore"
6366

6467
[targets]
65-
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "Pkg", "SciMLTesting"]
68+
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "OrderedCollections", "Pkg", "SciMLTesting"]

0 commit comments

Comments
 (0)