Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements too specific? #51

Open
wmvanvliet opened this issue Mar 9, 2020 · 0 comments
Open

Requirements too specific? #51

wmvanvliet opened this issue Mar 9, 2020 · 0 comments

Comments

@wmvanvliet
Copy link

The install requirements of this package state very specific versions for various packages:

    install_requires=['numpy>=1.3.0',
                      'statsmodels==0.8.0',
                      'patsy==0.5.1',
                      'nipype',
                      'configparser',
                      "pandas==0.23.4",
                      "xlwt",
                      'networkx==1.9',
                      "matplotlib==2.2.3",
                      "bctpy"]

Is it really necessary that the user has these specfic versions installed? If not, better to relax the version requirements, as this will cause pip to either freak out or overwrite whatever version the user already had.

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

No branches or pull requests

1 participant