-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 920 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 920 Bytes
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
name = "DihedralParametrization"
uuid = "750fe09c-d507-4c3d-8cfa-192ca0812517"
version = "1.0.0-DEV"
authors = ["Tim Holy <tim.holy@gmail.com> and contributors"]
[deps]
BioStructures = "de9282ab-8554-53be-b2d6-f6c222edabfc"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
BioStructures = "4.7"
DifferentiationInterface = "0.7.7"
FiniteDifferences = "0.12.33"
LinearAlgebra = "1.0"
Mooncake = "0.4.159"
OrderedCollections = "1.8.1"
StaticArrays = "1.9"
julia = "1.10.8"
[extras]
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DifferentiationInterface", "FiniteDifferences", "Mooncake", "Test"]