-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
31 lines (24 loc) · 941 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
30
31
name = "MetidaCu"
uuid = "dbe4a1c8-7bb7-46c3-acb3-40ea3d5c6ceb"
authors = ["Vladimir Arnautov <mail@pharmcat.net>"]
version = "0.4.1"
[deps]
Metida = "a1dec852-9fe5-11e9-361f-8d9fde67cfa2"
MetidaNLopt = "4e1362ca-e5a0-4237-9ffd-bca39e5440e3"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[compat]
Metida = "0.9, 0.10, 0.11, 0.12"
MetidaNLopt = "0.3, 0.4"
CUDA = "2.4, 2.5, 2.6, 3"
julia = "1.3, 1.4, 1.5, 1.6"
[extras]
Metida = "a1dec852-9fe5-11e9-361f-8d9fde67cfa2"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
[targets]
test = ["Metida", "Test", "CSV", "DataFrames", "StatsBase", "StatsModels", "CategoricalArrays"]