Skip to content

Commit 942a24d

Browse files
Merge pull request #1672 from SciML/requires
Remove Requires.jl usage
2 parents 2395a93 + 043b404 commit 942a24d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
3030
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
3131
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
3232
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
33-
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
3433
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
3534
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
3635
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -66,7 +65,6 @@ NaNMath = "0.3, 1"
6665
NonlinearSolve = "0.3.8"
6766
RecursiveArrayTools = "2.3"
6867
Reexport = "0.2, 1"
69-
Requires = "1.0"
7068
RuntimeGeneratedFunctions = "0.4.3, 0.5"
7169
SciMLBase = "1.26.2"
7270
Setfield = "0.7, 0.8, 1"

src/ModelingToolkit.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ import DiffEqBase: @add_kwonly
6060

6161
import Graphs: SimpleDiGraph, add_edge!, incidence_matrix
6262

63-
using Requires
64-
6563
for fun in [:toexpr]
6664
@eval begin
6765
function $fun(eq::Equation; kw...)

0 commit comments

Comments
 (0)