Skip to content

Commit 8302c5b

Browse files
authored
Circular (#552)
* move SymPyPyCall -> SymPy; breaking change * Bool3, bump * add terminterface for testing
1 parent 5b5079b commit 8302c5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ LinearAlgebra = "<0.0.1, 1.6"
1717
PyCall = "1.96.2"
1818
SpecialFunctions = "0.7, 0.8, 0.8, 0.10, 1, 2"
1919
SymPyCore = "0.2.5, 1"
20+
TermInterface = "2"
2021
julia = "1.6"
2122

2223
[extras]
2324
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2425
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2526
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
27+
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
2628

2729
[targets]
28-
test = ["Test", "LinearAlgebra", "SpecialFunctions"]
30+
test = ["Test", "LinearAlgebra", "SpecialFunctions","TermInterface"]

0 commit comments

Comments
 (0)