quandl / quandl-python

MIT License
1.36k stars 336 forks source link

Is this dependency correct for more-itertools #141

Closed rsheftel closed 4 years ago

rsheftel commented 4 years ago

In setup.py one of the install_requires is "more-itertools <= 5.0.0"

Is that correct that the more-itertools must be LESS than 5.0.0? When installing from conda does not have this constraint. Seems like it should be must at AT LEAST 5.0.0

couture-ql commented 4 years ago

Hi there,

Yes, the more-itertools dependency is awkward and we're currently working on updating our dependencies. See #137 for more details. Since this is a duplicate of #137 I'll be closing this in favour of the initial issue.

We'll be updating our library to better deal with our dependencies, and will be keep track of progress over in #137.