Skip to content

Commit 1f9fe68

Browse files
authored
Merge pull request #50 from jverzani/symbolics_cycle
Symbolics cycle
2 parents a8981cc + 7b7b90b commit 1f9fe68

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

Project.toml

Lines changed: 7 additions & 13 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.3.0"
4+
version = "0.4.0"
55

66

77
[deps]
@@ -13,29 +13,23 @@ PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
1313
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1414
SymPyCore = "458b697b-88f0-4a86-b56b-78b75cfb3531"
1515

16-
[weakdeps]
17-
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
18-
19-
[extensions]
20-
SymPyPythonCallSymbolicsExt = "Symbolics"
21-
2216
[compat]
2317
CommonEq = "0.2.1"
2418
CommonSolve = "0.2"
2519
CondaPkg = "0.2"
2620
LinearAlgebra = "1.6.1"
2721
PythonCall = "0.9"
2822
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
29-
Symbolics = "5"
30-
SymbolicUtils = "1"
31-
SymPyCore = "0.2, 1"
23+
SymPyCore = "0.2.5, 1"
24+
TermInterface = "2"
3225
julia = "1.6.1"
3326

3427

3528
[extras]
36-
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
37-
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
3829
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"
3933

4034
[targets]
41-
test = ["SymbolicUtils", "Symbolics", "Test"]
35+
test = ["Test", "LinearAlgebra", "SpecialFunctions", "TermInterface"]

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ using SymPyPythonCall
33
path = joinpath(pathof(SymPyPythonCall.SymPyCore), "../../test")
44
include(joinpath(path, "runtests-sympycore.jl"))
55

6-
VERSION >= v"1.9.0" && include("test-extensions.jl")
6+
## VERSION >= v"1.9.0" && include("test-extensions.jl")

0 commit comments

Comments
 (0)