-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
29 lines (25 loc) · 1001 Bytes
/
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
name = "AtomisticQoIs"
uuid = "895e25ce-6034-4689-a3ba-4ac45d83446c"
authors = ["Joanna Zou ([email protected]) and contributors"]
version = "0.1.0"
[deps]
ACE1 = "e3f9bc04-086e-409a-ba78-e9769fe067bb"
AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
InteratomicPotentials = "a9efe35a-c65d-452d-b8a8-82646cd5cb04"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PotentialLearning = "82b0a93c-c2e3-44bc-a418-f0f89b0ae5c2"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
ForwardDiff = ">= 0.10"
julia = "1.9"
[extras]
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "SafeTestsets"]