-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (22 loc) · 751 Bytes
/
Project.toml
File metadata and controls
27 lines (22 loc) · 751 Bytes
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
name = "PolyLog"
uuid = "85e3b03c-9856-11eb-0374-4dc1f8670e7f"
version = "2.6.2"
authors = ["Alexander Voigt <ahgv@mailbox.org>"]
[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
[extensions]
PolyLogChainRulesExt = "ChainRulesCore"
PolyLogForwardDiffExt = "ForwardDiff"
[compat]
ChainRulesCore = "1"
ChainRulesTestUtils = "1"
ForwardDiff = "0.10,0.11,1"
julia = "1.0"
[extras]
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DelimitedFiles", "ForwardDiff", "ChainRulesTestUtils"]