Skip to content

Commit 7b7b90b

Browse files
committed
term interface
1 parent 25867cb commit 7b7b90b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
1313
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1414
SymPyCore = "458b697b-88f0-4a86-b56b-78b75cfb3531"
1515

16-
[weakdeps]
17-
18-
[extensions]
19-
2016
[compat]
2117
CommonEq = "0.2.1"
2218
CommonSolve = "0.2"
@@ -25,11 +21,15 @@ LinearAlgebra = "1.6.1"
2521
PythonCall = "0.9"
2622
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
2723
SymPyCore = "0.2.5, 1"
24+
TermInterface = "2"
2825
julia = "1.6.1"
2926

3027

3128
[extras]
3229
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
30+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
31+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
32+
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
3333

3434
[targets]
35-
test = ["Test"]
35+
test = ["Test", "LinearAlgebra", "SpecialFunctions", "TermInterface"]

0 commit comments

Comments
 (0)