Skip to content

Commit 2455e9d

Browse files
authored
Merge pull request #22 from IBM/update_csv_version
bump CSV version
2 parents 67d2680 + 82784cd commit 2455e9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AMLPipelineBase"
22
uuid = "e3c3008a-8869-4d53-9f34-c96f99c8a2b6"
33
authors = ["Paulito Palmes <[email protected]>"]
4-
version = "0.1.11"
4+
version = "0.1.12"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
@@ -16,7 +16,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1616
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1717

1818
[compat]
19-
CSV = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
19+
CSV = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.10"
2020
DataFrames = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0, 1.1"
2121
DecisionTree = "0.8, 0.9, 0.10"
2222
IterTools = "1.1, 1.2, 1.3"

0 commit comments

Comments
 (0)