Mailing List Archive

check dependencies of a pypi package
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 | http://raju.shoutwiki.com/wiki/Blog
--
https://mail.python.org/mailman/listinfo/python-list
Re: check dependencies of a pypi package [ In reply to ]
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.mailinglists@gmail.com> wrote:

> 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 | http://raju.shoutwiki.com/wiki/Blog
> --
> https://mail.python.org/mailman/listinfo/python-list
>
--
https://mail.python.org/mailman/listinfo/python-list