neuropycon / graphpype

Neuropycon package of functions for electrophysiology analysis, can be used from ephypype and nipype
https://neuropycon.github.io/graphpype/
BSD 3-Clause "New" or "Revised" License
21 stars 11 forks source link

Requirements too specific? #51

Open wmvanvliet opened 4 years ago

wmvanvliet commented 4 years ago

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.