graphpype icon indicating copy to clipboard operation
graphpype copied to clipboard

Requirements too specific?

Open wmvanvliet opened this issue 4 years ago • 0 comments

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.

wmvanvliet avatar Mar 09 '20 07:03 wmvanvliet