-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (38 loc) · 1.56 KB
/
Copy pathProject.toml
File metadata and controls
42 lines (38 loc) · 1.56 KB
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
33
34
35
36
37
38
39
40
41
42
name = "SymbolicIntegration"
uuid = "315ce56f-eed0-411d-ab8a-2fbdf9327b51"
keywords = ["symbolic", "integration", "mathematics", "computer-algebra"]
license = "MIT"
version = "3.6.0"
authors = ["HaraldHofstaetter <hofi@harald-hofstaetter.at>", "Mattia Micheletta Merlin <micheletta.mattia@gmail.com>", "Chris Rackauckas <accounts@chrisrackauckas.com>", "JuliaSymbolics contributors"]
description = "Symbolic integration algorithms for Julia"
repository = "https://github.com/JuliaSymbolics/SymbolicIntegration.jl"
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Elliptic = "b305315f-e792-5b7a-8f41-49f472929428"
FresnelIntegrals = "88497964-e39a-11e9-0fb5-b1bf0ffe80fe"
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
PolyLog = "85e3b03c-9856-11eb-0374-4dc1f8670e7f"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
AbstractAlgebra = "0.46, 0.47, 0.48, 0.49"
Combinatorics = "1.0.2"
Elliptic = "1.0.1"
FresnelIntegrals = "0.2.0"
HypergeometricFunctions = "0.3.28"
Nemo = "0.51, 0.52, 0.53, 0.54, 0.55"
PolyLog = "2.6.0"
SpecialFunctions = "2"
SymbolicUtils = "4.27"
Symbolics = "7"
julia = "1.10"
[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Pkg", "Dates"]