-
Notifications
You must be signed in to change notification settings - Fork 61
/
Project.toml
32 lines (28 loc) · 998 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "SymPy"
uuid = "24249f21-da20-56a4-8eb1-6a02cf4ae2e6"
version = "2.2.1"
[deps]
CommonEq = "3709ef60-1bee-4518-9f2f-acd86f176c50"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SymPyCore = "458b697b-88f0-4a86-b56b-78b75cfb3531"
[compat]
CommonEq = "0.2.1"
CommonSolve = "0.2"
LinearAlgebra = "<0.0.1, 1.6"
PyCall = "1.96.2"
SparseArrays = "1.1"
SpecialFunctions = "0.7, 0.8, 0.8, 0.10, 1, 2"
SymPyCore = "0.2.5, 1"
TermInterface = "2"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
[targets]
test = ["Test", "LinearAlgebra", "SparseArrays", "SpecialFunctions","TermInterface"]