benmiroglio / pymatch

MIT License
272 stars 128 forks source link

Missing package dependencies #25

Open c42f opened 4 years ago

c42f commented 4 years ago

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: 

Perhaps it's because setup.py uses requires rather than setuptools install_requires keyword? See https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-dependencies

JulianKlug commented 4 years ago

same problem here.

gjdv commented 2 years ago

same here