Skip to content

Commit

Permalink
Merge pull request #94 from IBM/compat
Browse files Browse the repository at this point in the history
Compat
  • Loading branch information
ppalmes authored Oct 19, 2019
2 parents 33634e7 + f7ed723 commit e85aecf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ os:
julia:
- 1.0
- 1.1
- 1.2
- nightly
env:
- JULIA_NUM_THREADS=8
Expand Down
16 changes: 16 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
julia = "1"
CSV = "0.4, 0.5"
Interact = "0.9, 0.10"
GR = "0.35, 0.36, 0.37, 0.38, 0.39, 0.40, 0.41"
JSON2 = "0.2, 0.3"
HTTP = "0.6, 0.7, 0.8"
IterTools = "1.1, 1.2"
MLDataUtils = "0.2, 0.3, 0.4, 0.5"
StatsBase = "0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32"
DecisionTree = "0.8, 0.9"
Plots = "0.25, 0.26, 0.27"
CodecBzip2 = "0.4, 0.5, 0.6"
FileIO = "1.0"
DataFrames = "0.17, 0.18, 0.19"
Reexport = "0.1, 0.2"
MLBase = "0.6, 0.7, 0.8"
ArgParse = "0.5, 0.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit e85aecf

Please sign in to comment.