Skip to content

Commit 0312050

Browse files
Remove redundant SciMLBase test dependencies
The SciMLBase package is already available in test sub-environments via Pkg.develop() calls in runtests.jl (lines 10 and 16), making explicit dependencies in test Project.toml files redundant. Changes: - Remove SciMLBase dependency from test/downstream/Project.toml - Remove SciMLBase dependency from test/python/Project.toml 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent e73e4bb commit 0312050

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/downstream/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1515
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
1616
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
1717
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
18-
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1918
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
2019
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
2120
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
@@ -46,7 +45,6 @@ OrdinaryDiffEq = "6.33"
4645
PartialFunctions = "1"
4746
Plots = "1.40"
4847
RecursiveArrayTools = "3"
49-
SciMLBase = "2"
5048
SciMLSensitivity = "7.11"
5149
SciMLStructures = "1.1"
5250
StableRNGs = "1"

test/python/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
33
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
44
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
55
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
6-
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
76

87
[compat]
98
CondaPkg = "0.2.26"
109
DifferentialEquations = "7.11"
1110
OrdinaryDiffEq = "6.33"
1211
PythonCall = "0.9.14"
13-
SciMLBase = "2"

0 commit comments

Comments
 (0)