forked from MagneticParticleImaging/MPIMeasurements.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
55 lines (51 loc) · 1.92 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
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
name = "MPIMeasurements"
uuid = "a874a27a-e9a7-503d-98b6-bf61df4bb725"
authors = ["Tobias Knopp <[email protected]>"]
version = "0.4.0"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LibSerialPort = "a05a14c7-6e3b-5ba9-90a2-45558833e1df"
MPIFiles = "371237a9-e6c1-5201-9adb-3d8cfa78fa9f"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
RedPitayaDAQServer = "c544963a-496b-56d4-a5fe-f99a3f174c8f"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ReplMaker = "b873ce64-0db9-51f5-a568-4457d8e49576"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
StringEncodings = "69024149-9ee7-55f6-a4c4-859efe599b68"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
DataStructures = "0.18"
DocStringExtensions = "0.8.5"
HDF5 = "0.10,0.11,0.12,0.13,0.14,0.15,0.16"
LibSerialPort = "0.5.2"
MPIFiles = "0.12.6"
MacroTools = "0.5.6"
ProgressMeter = "1.5"
RedPitayaDAQServer = "0.6.0"
Reexport = "0.2, 1.0"
ReplMaker = "0.2.7"
Scratch = "1.1.0"
StringEncodings = "0.3.5"
ThreadPools = "2.1.1"
Unitful = "1.6"
julia = "1.7"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[targets]
test = ["Aqua", "Pkg", "Plots", "Statistics", "Test", "Unitful"]