Hi, I just installed pymatch 0.3.4 via pip (inside a conda environment). Newly installed it could not be imported because the seaborn and statsmodels libraries weren't installed automatically.
In fact it appears that pip (version 19.2.3) doesn't know about any of the dependencies:
$ pip show pymatch
Name: pymatch
Version: 0.3.4
Summary: Matching techniques for Observational Studies
Home-page: https://github.com/benmiroglio/pymatch
Author: Ben Miroglio
Author-email: benmiroglio@gmail.com
License: UNKNOWN
Location: $HOME/local/anaconda3/envs/julia/lib/python3.6/site-packages
Requires:
Required-by:
Hi, I just installed
pymatch
0.3.4 via pip (inside a conda environment). Newly installed it could not be imported because theseaborn
andstatsmodels
libraries weren't installed automatically.In fact it appears that pip (version 19.2.3) doesn't know about any of the dependencies:
Perhaps it's because setup.py uses
requires
rather than setuptoolsinstall_requires
keyword? See https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies