GriffinAustin / pynance

Lightweight Python library for assembling and analysing financial data
MIT License
317 stars 43 forks source link

update dependencies #14

Open aisthesis opened 8 years ago

aisthesis commented 8 years ago

Use most recent stable versions of Pandas, NumPy, matplotlib, and Pandas DataReader.

arkadasgupta commented 8 years ago

Shall I take this one up? Updating the versions and verifying that the tests work right?

arkadasgupta commented 8 years ago

i ran the tests against the latest packages in my virtual env. they are passing

aisthesis commented 8 years ago

That's most of it. The manifest also has a declaration of the dependencies and needs to be updated.

Also, there are no unit tests for pulling data from yahoo. So, those have to be checked manually, or else we need some basic integration tests. The options puller won't work between roughly midnight and 8 am EST because yahoo is resetting the servers.

arkadasgupta commented 8 years ago

can you close this issue now? It still shows up in the list of open issues

aisthesis commented 8 years ago

That was intentional. We'll have the same issue on each new version of the package.