As stated, the version shown in my terminal is of 1.24.2 but in my jupyter notebook reflects 1.19.5 instead.
Here is what is reflected on my terminal (packages in environment at /opt/anaconda3
):
#Name Version Build Channel
numpy 1.24.2 pypi_0 pypi
numpydoc 1.4.0 py39hecd8cb5_0
I recalled trying to update the numpy version using pip install numpy --upgrade
which it successfully downloaded but do face an error when installing but nonetheless it still installed the 1.24.2 version.