Skip to content

Commit

Permalink
removed HDF5 and instead plan to work on faster load up in separate b…
Browse files Browse the repository at this point in the history
…ranch
  • Loading branch information
milktrader committed Jul 2, 2014
1 parent 167d6b9 commit 5e2b3d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
julia 0.3-
TimeSeries
HDF5
Reexport
2 changes: 1 addition & 1 deletion src/MarketData.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module MarketData

using TimeSeries, HDF5, JDL, Reexport
using TimeSeries, Reexport
@reexport using TimeSeries

export AAPL,
Expand Down

0 comments on commit 5e2b3d3

Please sign in to comment.