Skip to content

Commit a05336a

Browse files
authored
V2.2.2 (#555)
Pin `SymPyCore` so we can drop support for pre v1.10
1 parent d9af917 commit a05336a

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,6 +1,6 @@
11
name = "SymPy"
22
uuid = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
3-
version = "2.2.1"
3+
version = "2.2.2"
44

55
[deps]
66
CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50"
@@ -17,7 +17,7 @@ LinearAlgebra = "<0.0.1, 1.6"
1717
PyCall = "1.96.2"
1818
SparseArrays = "1.1"
1919
SpecialFunctions = "0.7, 0.8, 0.8, 0.10, 1, 2"
20-
SymPyCore = "0.2.5, 1"
20+
SymPyCore = "<0.2.10"
2121
TermInterface = "2"
2222
julia = "1.6"
2323

0 commit comments

Comments
 (0)