micahjsmith / FredData.jl

Pull data from Federal Reserve Economic Data (FRED) directly into Julia
https://micahjsmith.github.io/FredData.jl/dev
Other
64 stars 19 forks source link

Fix DataFrames compat restriction. #19

Closed chenwilliam77 closed 3 years ago

micahjsmith commented 3 years ago

Thanks!

micahjsmith commented 3 years ago

@chenwilliam77 FYI looks like both new and old were not quite right, per https://pkgdocs.julialang.org/v1/compatibility/#Version-specifier-format. The comma is a union of specifiers, and >=0.18 already included versions [0.18, \infinity). I've further updated the compat stuff in e16df34