Skip to content

Commit b336fd7

Browse files
authored
V1.2.1a (#536)
* Deprecate functions not supported in SymPyCore * deprecate True, False * WIP * t/f * work out true/false * deprecate True in favor of Sym(true) * punt on T/F deprecation * add back * comment on deprecations * upper bound for CommonEq
1 parent d7610a5 commit b336fd7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Project.toml

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

56
[deps]
67
CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50"
@@ -19,9 +20,11 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
1920
SymPySymbolicUtilsExt = "SymbolicUtils"
2021

2122
[compat]
22-
CommonEq = "0.2"
23+
CommonEq = "=0.2.0"
2324
CommonSolve = "0.2"
2425
Latexify = "0.15, 0.16"
26+
LinearAlgebra = "<0.0.1, 1"
27+
Markdown = "<0.0.1, 1"
2528
PyCall = "1.91"
2629
RecipesBase = "0.7, 0.8, 1.0, 1.1"
2730
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"

0 commit comments

Comments
 (0)