|
1 |
| -name = "StatisticalTraits" |
2 |
| -uuid = "64bff920-2084-43da-a3e6-9bb72801c0c9" |
| 1 | +name = "ScientificTypes" |
| 2 | +uuid = "2e2323e0-db8b-457b-ae0d-bdfb3bc63afd" |
3 | 3 | authors = [ "Anthony D. Blaom <[email protected]>"]
|
4 |
| -version = "1.1.0" |
| 4 | +version = "0.4.8" |
5 | 5 |
|
6 | 6 | [deps]
|
7 |
| -ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81" |
| 7 | +CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" |
| 8 | +ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" |
| 9 | +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" |
| 10 | +PersistenceDiagramsBase = "b1ad91c1-539c-4ace-90bd-ea06abc420fa" |
| 11 | +PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" |
| 12 | +ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161" |
| 13 | +StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9" |
| 14 | +Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" |
8 | 15 |
|
9 | 16 | [compat]
|
10 |
| -ScientificTypes = "^1" |
11 |
| -julia = "^1" |
| 17 | +CategoricalArrays = "0.8, 0.9, 0.10" |
| 18 | +ColorTypes = "0.9, 0.10, 0.11" |
| 19 | +PersistenceDiagramsBase = "0.1" |
| 20 | +PrettyTables = "1" |
| 21 | +StatisticalTraits = "0.1, 1.0" |
| 22 | +Tables = "1" |
| 23 | +julia = "1" |
12 | 24 |
|
13 | 25 | [extras]
|
14 |
| -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" |
| 26 | +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" |
| 27 | +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" |
| 28 | +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
15 | 29 | Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
16 | 30 |
|
17 | 31 | [targets]
|
18 |
| -test = ["Test", "SparseArrays"] |
| 32 | +test = ["Test", "CSV", "DataFrames", "Random"] |
0 commit comments