Skip to content

Commit

Permalink
Reintroduce temporarily GZip dependency for deprecated CSV functions (#…
Browse files Browse the repository at this point in the history
…1259)

Without it, the functions failed when working with compressed .csv.gz files.
  • Loading branch information
nalimilan committed Oct 16, 2017
1 parent 6224f0c commit 1dfbe1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ SortingAlgorithms
Reexport
WeakRefStrings 0.3.0
DataStreams 0.2.0
GZip
1 change: 1 addition & 0 deletions src/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import Base: keys, values, insert!


## write.table
using GZip

export writetable
"""
Expand Down

0 comments on commit 1dfbe1e

Please sign in to comment.