Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. First, uninstall the existing version of NumPy by running the command: uninstall numpy

  2. Install the desired version of NumPy by running the command: install numpy==1.23.5

This will install version 1.23.5 of NumPy and replace the previously installed version.