-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
41 lines (35 loc) · 1.04 KB
/
Project.toml
File metadata and controls
41 lines (35 loc) · 1.04 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
name = "SunnyAnalysisTools"
uuid = "eb4b4db9-47cd-4f01-94ae-6f9415abd353"
authors = ["ddahlbom"]
version = "1.0.0-DEV"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Sunny = "2b4a2ac8-8f8b-43e8-abf4-3cb0c45e8736"
[weakdeps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
[extensions]
PlottingExt = "GLMakie"
PythonToolsExt = "PythonCall"
[compat]
DelimitedFiles = "1.9.1"
Distributions = "0.25.120"
FFTW = "1.8"
GLMakie = "0.9, 0.10, 0.11, 0.12, 0.13"
LinearAlgebra = "1.11.0"
LsqFit = "0.15.0"
PythonCall = "0.9"
Random = "1.11.0"
StaticArrays = "1.9.13"
Sunny = "0.7, 0.8"
julia = "1.10, 1.11, 1.12"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]