From 2cdf6eb6b7e9726978baf3709fa8ebc88cbc9f1f Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 31 Aug 2022 20:01:57 -0400 Subject: [PATCH] Add newsfragment. --- news/5315.removal.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 news/5315.removal.rst diff --git a/news/5315.removal.rst b/news/5315.removal.rst new file mode 100644 index 00000000..47c95999 --- /dev/null +++ b/news/5315.removal.rst @@ -0,0 +1,2 @@ +Drop progress bar file due to recent performance optimization to combine ``batch_install`` requirements in at most two invocations of ``pip install``. +To see progress of install pass ``--verbose`` flag and ``pip`` progress will be output in realtime.