Skip to content

Commit 15f45f8

Browse files
authored
Update Project.toml
1 parent 5a26616 commit 15f45f8

File tree

1 file changed

+7
-21
lines changed

1 file changed

+7
-21
lines changed

Project.toml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
1-
name = "ScientificTypes"
2-
uuid = "2e2323e0-db8b-457b-ae0d-bdfb3bc63afd"
1+
name = "StatisticalTraits"
2+
uuid = "64bff920-2084-43da-a3e6-9bb72801c0c9"
33
authors = ["Anthony D. Blaom <[email protected]>"]
4-
version = "0.4.8"
4+
version = "1.1.1"
55

66
[deps]
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"
127
ScientificTypesBase = "30f210dd-8aff-4c5f-94ba-8e64358c1161"
13-
StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
14-
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
158

169
[compat]
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"
10+
ScientificTypesBase = "^1"
11+
julia = "^1"
2412

2513
[extras]
26-
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
27-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
28-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2915
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3016

3117
[targets]
32-
test = ["Test", "CSV", "DataFrames", "Random"]
18+
test = ["Test", "SparseArrays"]

0 commit comments

Comments
 (0)