Skip to content

Commit

Permalink
Merge pull request #12 from BioJulia/compat
Browse files Browse the repository at this point in the history
CSV Compat
  • Loading branch information
kescobo authored Apr 15, 2020
2 parents 103f6e9 + 40b6ed8 commit 54613f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
- osx
julia:
- 1.3
- 1.4
- nightly
notifications:
email: false
Expand All @@ -14,7 +14,6 @@ notifications:
matrix:
allow_failures:
- julia:
- 1.3
- nightly

before_install:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
CSV = "0.5"
CSV = "0.5, 0.6"
DataFrames = "0.19, 0.20"
Microbiome = "0.6"
RCall = "0.13"
Expand Down

1 comment on commit 54613f2

@BioJuliaBot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name 0.3.1 already exists and points to a different commit"

Please sign in to comment.