Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

requirements.txt does not allow for newer versions of numpy and pandas #23

Closed
samdfonseca opened this issue Jul 15, 2014 · 0 comments
Closed

Comments

@samdfonseca
Copy link

Currently requirements.txt only allows for numpy 1.7.1 and pandas 0.11. Users with newer versions are therefore forced to install older versions of these modules. Requirements.txt should be changed from:
numpy==1.7.1
pandas==0.11

to:
numpy>=1.7.1
pandas>=0.11

This saves users from having to recompile an old version of numpy, if they already have a newer version installed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants