Hi! I'm very excited to try out your excellent looking package!
I notice that setup.py does not have a list of all of the packages required for tests and docs; these should appear in the extras_require argument in the setup() call.
I've found these (so far):
For building documentation (docs): docutils, numpy (though numpy is a dependency of pandas), plotnine, sphinx, sphinx_rtd_theme, nbsphinx, numpydoc
For running tests (test): pytest, numpy (comment as above)
Hi! I'm very excited to try out your excellent looking package! I notice that
setup.py
does not have a list of all of the packages required for tests and docs; these should appear in theextras_require
argument in thesetup()
call. I've found these (so far): For building documentation (docs
):docutils
,numpy
(thoughnumpy
is a dependency ofpandas
),plotnine
,sphinx
,sphinx_rtd_theme
,nbsphinx
,numpydoc
For running tests (test
):pytest
,numpy
(comment as above)Best wishes, Julian