Skip to content

Commit b04992e

Browse files
authored
Sparse (#553)
* move SymPyPyCall -> SymPy; breaking change * Bool3, bump * add SparseArrays testing dep
1 parent 8302c5b commit b04992e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Project.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "SymPy"
22
uuid = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
3-
version = "2.2.0"
3+
version = "2.2.1"
44

55
[deps]
66
CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50"
@@ -15,6 +15,7 @@ CommonEq = "0.2.1"
1515
CommonSolve = "0.2"
1616
LinearAlgebra = "<0.0.1, 1.6"
1717
PyCall = "1.96.2"
18+
SparseArrays = "1.1"
1819
SpecialFunctions = "0.7, 0.8, 0.8, 0.10, 1, 2"
1920
SymPyCore = "0.2.5, 1"
2021
TermInterface = "2"
@@ -23,8 +24,9 @@ julia = "1.6"
2324
[extras]
2425
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2526
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
27+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2628
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2729
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
2830

2931
[targets]
30-
test = ["Test", "LinearAlgebra", "SpecialFunctions","TermInterface"]
32+
test = ["Test", "LinearAlgebra", "SparseArrays", "SpecialFunctions","TermInterface"]

0 commit comments

Comments
 (0)