EnMAP-Box / enmap-box

EnMAP-Box source code repository. See https://enmap-box.readthedocs.io for documentation
GNU General Public License v3.0
34 stars 16 forks source link

[PyPi Package Info] Latest version not displayed #890

Open janzandr opened 1 month ago

janzandr commented 1 month ago

image

jakimowb commented 1 month ago

pip search is not available anymore (see https://github.com/pypa/pip/issues/5216) Using pip, it is possible to get version numbers for installed packages only. Alternatives to the former pip search would be, for example, https://pypi.org/project/pip-search/. But this is not very efficient if you like to crawl the latest version for a larger number of packages.

janzandr commented 1 month ago

Ok. Another question: what is the column "Requires" good for?

jakimowb commented 1 month ago

The tooltip will tell you ;-) grafik