I recently got the miniconda version installed which is released in Feb'22 for M1 Mac (Apple Silicon).
https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh
Then I created and env and did conda install pandas.
It shows me the following packages available.
Does the path here mean these are M1 Native packages?
The following NEW packages will be INSTALLED:
blas pkgs/main/osx-arm64::blas-1.0-openblas
bottleneck pkgs/main/osx-arm64::bottleneck-1.3.4-py39heec5a64_0
libgfortran pkgs/main/osx-arm64::libgfortran-5.0.0-11_1_0_h6a59814_26
libgfortran5 pkgs/main/osx-arm64::libgfortran5-11.1.0-h6a59814_26
libopenblas pkgs/main/osx-arm64::libopenblas-0.3.18-hea475bc_0
llvm-openmp pkgs/main/osx-arm64::llvm-openmp-12.0.0-haf9daa7_1
numexpr pkgs/main/osx-arm64::numexpr-2.8.1-py39h144ceef_0
numpy pkgs/main/osx-arm64::numpy-1.21.5-py39h25ab29e_2
numpy-base pkgs/main/osx-arm64::numpy-base-1.21.5-py39h974a1f5_2
packaging pkgs/main/noarch::packaging-21.3-pyhd3eb1b0_0
pandas pkgs/main/osx-arm64::pandas-1.4.2-py39hc377ac9_0
pyparsing pkgs/main/noarch::pyparsing-3.0.4-pyhd3eb1b0_0
python-dateutil pkgs/main/noarch::python-dateutil-2.8.2-pyhd3eb1b0_0
pytz pkgs/main/noarch::pytz-2021.3-pyhd3eb1b0_0
six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1
How can one confirm if a Python package is M1 Silicon optimized?