-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
57 lines (52 loc) · 1.88 KB
/
Copy pathProject.toml
File metadata and controls
57 lines (52 loc) · 1.88 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name = "TestParticle"
uuid = "953b605b-f162-4481-8f7f-a191c2bb40e3"
version = "0.23.1"
authors = ["Hongyang Zhou <hyzhou@umich.edu>, Tiancheng Liu <liutc@mail.nankai.edu.cn>, and Zijin Zhang <zijin@ucla.edu>"]
[workspace]
projects = ["test", "docs"]
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FastInterpolations = "9ea80cae-fc13-4c00-8066-6eaedb12f34b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[weakdeps]
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
VelocityDistributionFunctions = "63a0b508-f74a-48f7-b6e7-0e65849b0078"
[extensions]
TestParticleMeshesExt = "Meshes"
TestParticleRecursiveArrayToolsExt = "RecursiveArrayTools"
TestParticleVDFExt = "VelocityDistributionFunctions"
[compat]
Adapt = "4.4"
ChunkSplitters = "3"
DiffResults = "1"
Distributed = "1"
FastInterpolations = "0.4.11"
ForwardDiff = "1"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
Meshes = "0.56, 0.57"
MuladdMacro = "0.2.4"
PhysicalConstants = "0.2.4"
PrecompileTools = "1"
Random = "1.11.0"
RecursiveArrayTools = "3, 4.0"
SciMLBase = "3.7.1"
StaticArrays = "1.2"
Tensors = "1.16.2"
Unitful = "1.28.0"
VelocityDistributionFunctions = "0.2.2"
julia = "1.10"