bloomberg / memray

Memray is a memory profiler for Python
https://bloomberg.github.io/memray/
Apache License 2.0
13.36k stars 397 forks source link

Work around an IPython packaging bug #380

Closed godlygeek closed 1 year ago

godlygeek commented 1 year ago

This works around a packaging bug in IPython 8.13: it drops support for Python 3.8, but still declares support for 3.8 in its python_requires, so pip installs the new version even for Python versions that don't support it.

See https://github.com/ipython/ipython/issues/14053