Skip to content

Commit 7c22ec2

Browse files
authored
Merge pull request #52 from jverzani/v0.4.2
restrict SymPyCore version
2 parents e2d18bc + 4a614d4 commit 7c22ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 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.1"
4+
version = "0.4.2"
55

66

77
[deps]
@@ -21,7 +21,7 @@ LinearAlgebra = "1.6.1"
2121
PythonCall = "0.9"
2222
SparseArrays = "1.1"
2323
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
24-
SymPyCore = "0.2.5, 1"
24+
SymPyCore = "<0.2.10"
2525
TermInterface = "2"
2626
julia = "1.6.1"
2727

0 commit comments

Comments
 (0)