Skip to content

Commit cdfe4a2

Browse files
committed
Update cmopat abounds
1 parent 4f1fbe9 commit cdfe4a2

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

Project.toml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,21 @@ TableTraitsUtils = "382cd787-c1b6-5bf2-a167-d5b971a19bda"
1717
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
1818

1919
[compat]
20-
DataFrames = "≥ 0.14.1"
21-
DataValues = "≥ 0.4.11"
22-
ExcelReaders = "≥ 0.10.2"
23-
FileIO = "≥ 1.0.0"
20+
DataValues = "0.4.11"
21+
ExcelReaders = "0.11"
22+
FileIO = "1"
2423
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1"
25-
IteratorInterfaceExtensions = "^0.1.1, ^1"
26-
PyCall = "1.90.0"
27-
TableShowUtils = "≥ 0.1.1"
28-
TableTraits = "^0.3.1, ^0.4, ^1"
24+
IteratorInterfaceExtensions = "0.1.1, 1"
25+
PyCall = "1.90"
26+
TableShowUtils = "0.2"
27+
TableTraits = "0.3.1, 0.4, 1"
2928
TableTraitsUtils = "0.3, 0.4, 1"
30-
XLSX = "0.4.1"
29+
XLSX = "0.4.1, 0.5, 0.6, 0.7, 0.8, 0.9"
3130
julia = "1"
3231

3332
[extras]
3433
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
35-
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
3634
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3735

3836
[targets]
39-
test = ["Dates", "Test", "DataFrames"]
37+
test = ["Test", "DataFrames"]

0 commit comments

Comments
 (0)