-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
50 lines (46 loc) · 1.52 KB
/
Project.toml
File metadata and controls
50 lines (46 loc) · 1.52 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
42
43
44
45
46
47
48
49
50
name = "NESSie"
uuid = "f00e83c4-bd01-11e9-272c-ff1b96fb444d"
license = "MIT"
desc = "Nonlocal Electrostatics in Structured Solvents"
version = "1.5.0"
authors = ["Thomas Kemmer <thomas@binaryden.de>"]
[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
Gmsh = "705231aa-382f-11e9-3f0c-b7cb4346fdeb"
ImplicitArrays = "2c62951c-9479-4435-88c8-614a84373d38"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
Preconditioners = "af69fa37-3177-5a40-98ee-561f696e4fcd"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
Aqua = "0.8.14"
AutoHashEquals = "2.2.0"
ChunkSplitters = "3.1.2"
Distances = "0.10"
FileIO = "1.16.6"
GeometryBasics = "0.5.5"
Gmsh = "0.3.1"
ImplicitArrays = "0.3"
IterativeSolvers = "0.8, 0.9"
JSON = "1.2.0"
LightXML = "0.9"
LinearAlgebra = "1.10"
MeshIO = "0.5.2"
ParallelTestRunner = "2.0.1"
Preconditioners = "0.6"
SpecialFunctions = "2"
Test = "1.10"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ParallelTestRunner = "d3525ed8-44d0-4b2c-a655-542cee43accc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "ParallelTestRunner", "Test"]