Skip to content

Commit e2d18bc

Browse files
authored
Merge pull request #51 from jverzani/bump
bump for sparsearrays test
2 parents 1f9fe68 + e02787b commit e2d18bc

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,7 +1,7 @@
11
name = "SymPyPythonCall"
22
uuid = "bc8888f7-b21e-4b7c-a06a-5d9c9496438c"
33
authors = ["jverzani <jverzani@gmail.com> and contributors"]
4-
version = "0.4.0"
4+
version = "0.4.1"
55

66

77
[deps]
@@ -19,6 +19,7 @@ CommonSolve = "0.2"
1919
CondaPkg = "0.2"
2020
LinearAlgebra = "1.6.1"
2121
PythonCall = "0.9"
22+
SparseArrays = "1.1"
2223
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
2324
SymPyCore = "0.2.5, 1"
2425
TermInterface = "2"
@@ -28,8 +29,9 @@ julia = "1.6.1"
2829
[extras]
2930
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3031
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
32+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3133
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
3234
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
3335

3436
[targets]
35-
test = ["Test", "LinearAlgebra", "SpecialFunctions", "TermInterface"]
37+
test = ["Test", "LinearAlgebra", "SparseArrays", "SpecialFunctions", "TermInterface"]

0 commit comments

Comments
 (0)