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

Package Dependencies #36

Open
kmruehl opened this issue Oct 8, 2020 · 1 comment
Open

Package Dependencies #36

kmruehl opened this issue Oct 8, 2020 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@kmruehl
Copy link
Contributor

kmruehl commented Oct 8, 2020

@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
Copy link
Contributor

ssolson commented Oct 8, 2020

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.

@kmruehl kmruehl self-assigned this Oct 9, 2020
@kmruehl kmruehl added the documentation Improvements or additions to documentation label Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants