You can easily install a specific version of NumPy using pip with the following code. If you want to learn Python then I will highly recommend you to read This Book.
Install a specific version of NumPy
Write the given code in any of these interpreters i.e. Command Prompt, Jupyter Notebook, or Anaconda Prompt
# To install a specific version of a NumPy using pip: # pip install numpy==version # Example pip install numpy==1.20.2
People are also reading:
What is Computer Vision? Examples, Applications, Techniques
Top 10 Computer Vision Books with Python
Books for Machine Learning (ML)