MHKiT-Software / MHKiT

MHKiT Documentation
https://MHKiT-Software.github.io/MHKiT/
4 stars 13 forks source link

Package Dependencies #36

Open kmruehl opened 3 years ago

kmruehl commented 3 years ago

@ssolson Is this still the full list of python package dependencies? I thought we added some new ones, like datetime. If it's not the full list, can you provide a full list and I'll update the docs. https://mhkit-software.github.io/MHKiT/installation.html#requirements

@rpauly18 similar question, and I believe this is still a TBD issue for MHKiT-MATLAB, but do we have any MATLAB toolbox dependencies we should list? https://mhkit-software.github.io/MHKiT/installation.html#id7

ssolson commented 3 years ago

Package dependencies are listed in setup.py under dependencies. DEPENDENCIES = ['pandas>=1.0.0', 'numpy', 'scipy', 'matplotlib', 'requests', 'pecos>=0.1.8', 'fatpack', 'lxml', 'scikit-learn']

You can exclude lxml from the Docs list though because that is technically a pandas requirement.