-
Notifications
You must be signed in to change notification settings - Fork 16
/
Project.toml
30 lines (26 loc) · 1.01 KB
/
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
name = "ClimateTools"
uuid = "4f4ee721-4970-5af2-8560-6c1d960e3231"
authors = ["Philippe Roy <[email protected]>"]
repo = "https://github.com/JuliaClimate/ClimateTools.jl.git"
version = "0.24.2"
[deps]
CFTime = "179af706-886a-5703-950a-314cd64e0468"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LombScargle = "fc60dff9-86e7-5f2f-a8a0-edeadbb75bd9"
LongMemory = "f5f8e4a8-cb56-40ea-a13e-090cc212d358"
MarSwitching = "b2b8a7f1-da70-4e5f-beaa-e2774ec39c2f"
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
YAXArrays = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c"
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"
[compat]
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]