comparison LazyTensor/Manifest.toml @ 180:b7397ae8afaf boundary_conditions

Move tensor mappings to a package LazyTensor
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 20 Jun 2019 15:23:21 +0200
parents
children b78548f98a75
comparison
equal deleted inserted replaced
179:39d3a837bc6b 180:b7397ae8afaf
1 # This file is machine-generated - editing it directly is not advised
2
3 [[Base64]]
4 uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5
6 [[Distributed]]
7 deps = ["Random", "Serialization", "Sockets"]
8 uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
9
10 [[InteractiveUtils]]
11 deps = ["Markdown"]
12 uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
13
14 [[Logging]]
15 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
16
17 [[Markdown]]
18 deps = ["Base64"]
19 uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
20
21 [[Random]]
22 deps = ["Serialization"]
23 uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
24
25 [[Serialization]]
26 uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
27
28 [[Sockets]]
29 uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
30
31 [[Test]]
32 deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
33 uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"