-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathProject.toml
More file actions
47 lines (43 loc) · 1.51 KB
/
Project.toml
File metadata and controls
47 lines (43 loc) · 1.51 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
name = "ParallelParticleSwarms"
uuid = "ab63da0c-63b4-40fa-a3b7-d2cba5be6419"
version = "1.0.0"
authors = ["Utkarsh <rajpututkarsh530@gmail.com> and contributors"]
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
DiffEqGPU = "071ae1c0-96b5-11e9-1965-c90190d839ea"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Adapt = "4.3"
DiffEqGPU = "3.9"
Enzyme = "0.13"
ForwardDiff = "0.10, 1.3"
JET = "0.9, 0.10, 0.11"
KernelAbstractions = "0.9"
Optimization = "4.1, 5.2"
PrecompileTools = "1"
QuasiMonteCarlo = "0.3"
Reexport = "1.2"
SafeTestsets = "0.1"
SciMLBase = "2.79, 3.0"
Setfield = "1.1"
SimpleNonlinearSolve = "2.2"
StaticArrays = "1.9"
julia = "1.10"
[extras]
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["JET", "LinearAlgebra", "SafeTestsets", "Test"]