Re: check dependencies of a pypi package

2020-09-28 Thread Arjun_tech
just go to command prompt and type pip install pandas. it will install the latest version with all the dependencies. On Sun, 27 Sep 2020 at 09:30, kamaraju kusumanchi < raju.mailingli...@gmail.com> wrote: > How can I check the dependencies of a pypi package without installing it? > > For example,

check dependencies of a pypi package

2020-09-26 Thread kamaraju kusumanchi
How can I check the dependencies of a pypi package without installing it? For example, looking at the pandas 1.1.2 package in https://pypi.org/project/pandas/1.1.2/, is there a way to determine the numpy version it depends upon without installing the package? thanks raju -- Kamaraju S Kusumanchi