not able to setup Tensflow on my mac M1. conda install -c apple tensorflow-dep failing with UnsatisfiableError

Trying to setup Tensorflow on mac M1.

conda install -c apple tensorflow-deps throwing following error:

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions following specifications were found to be incompatible with your system:

  - feature:/osx-arm64::__osx==13.6=0
  - tensorflow-deps -> grpcio[version='>=1.37.0,<2.0'] -> __osx[version='>=10.10|>=10.9']

Your installed version is: 13.6

The .condarc as follows:

channels:
  - defaults
subdirs:
  - osx-arm64
  - osx-64
  - noarch
ssl_verify: false
subdir: osx-arm64

And conda info:


     active environment : base
    active env location : /Users/mdrahman/miniconda3
            shell level : 1
       user config file : /Users/mdrahman/.condarc
 populated config files : /Users/mdrahman/.condarc
          conda version : 23.5.2
    conda-build version : not installed
         python version : 3.11.4.final.0
       virtual packages : __archspec=1=arm64
                          __osx=13.6=0
                          __unix=0=0
       base environment : /Users/mdrahman/miniconda3  (writable)
      conda av data dir : /Users/mdrahman/miniconda3/etc/conda
  conda av metadata url : None
           channel URLs : https://repo.anaconda.com/pkgs/main/osx-arm64
                          https://repo.anaconda.com/pkgs/main/osx-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/osx-arm64
                          https://repo.anaconda.com/pkgs/r/osx-64
                          https://repo.anaconda.com/pkgs/r/noarch
          package cache : /Users/mdrahman/miniconda3/pkgs
                          /Users/mdrahman/.conda/pkgs
       envs directories : /Users/mdrahman/miniconda3/envs
                          /Users/mdrahman/.conda/envs
               platform : osx-arm64
             user-agent : conda/23.5.2 requests/2.29.0 CPython/3.11.4 Darwin/22.6.0 OSX/13.6
                UID:GID : 501:20
             netrc file : None
           offline mode : False```

Looking forward for your support.

I think tensorflow-deps is now obsolete. It is removed from the tutorial https://developer.apple.com/metal/tensorflow-plugin/ several months ago.

not able to setup Tensflow on my mac M1. conda install -c apple tensorflow-dep failing with UnsatisfiableError
 
 
Q