Skip to content

Commit a957ec5

Browse files
committed
Fix deprecation warnings
1 parent 8b57f51 commit a957ec5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Project.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,9 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
4848
[weakdeps]
4949
FMIImport = "9fcbc62e-52a0-44e9-a616-1359a0008194"
5050

51-
[sources.ModelingToolkitBase]
52-
subdir = "lib/ModelingToolkitBase"
53-
54-
[sources.SciCompDSL]
55-
subdir = "lib/SciCompDSL"
51+
[sources]
52+
ModelingToolkitBase = {path = "/home/crackauc/sandbox/tmp_ModelingToolkit/lib/ModelingToolkitBase", subdir = "lib/ModelingToolkitBase"}
53+
SciCompDSL = {subdir = "lib/SciCompDSL"}
5654

5755
[extensions]
5856
MTKFMIExt = "FMIImport"
@@ -108,8 +106,8 @@ StateSelection = "1.1.1"
108106
StaticArrays = "1.9.14"
109107
StochasticDelayDiffEq = "1.11"
110108
StochasticDiffEq = "6.82.0"
111-
SymbolicIndexingInterface = "0.3.39"
112109
SymbolicCompilerPasses = "0.1.0"
110+
SymbolicIndexingInterface = "0.3.39"
113111
SymbolicUtils = "4.13"
114112
Symbolics = "7"
115113
UnPack = "0.1, 1.0"

0 commit comments

Comments
 (0)