-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (29 loc) · 996 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
33
name = "MonteCarloRadiativeTransfer"
uuid = "6fd93707-527c-4bd4-b333-ba8c36a7f4be"
authors = ["Gabriel Wu <wuzihua@pku.edu.cn> and contributors"]
version = "1.0.0-DEV"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Adapt = ">= 3"
CUDA = ">= 4"
DataFrames = ">= 1"
DocStringExtensions = ">= 0.9"
FastGaussQuadrature = ">= 0.5"
Interpolations = ">= 0.14"
Rotations = ">= 1"
StaticArrays = ">= 1"
julia = ">= 1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]