Not able to install Tensorflow2.15.0

I created a new environment with Python3.11 (Windows11). I wanted to install latest Tensorflow (2.15.0). However, among packages ‘Not installed’, Anaconda Navigator shows only Tensorflow2.10.0.
My effort to install using the following commands also failed with PackageNotFoundError.
conda install conda-forge::tensorflow
conda install -c conda-forge tensorflow=2.15.0

Can you please help me to install Tf2.15.0 given these issues?

Please input “tensorflow==2.15.0” not “tensorlfow=2.15.0”

$ conda install -c conda-forge tensorflow==2.15

Channels:

  • conda-forge
  • defaults
    Platform: linux-64
    Collecting package metadata (repodata.json): done
    Solving environment: done

Package Plan

environment location: /home/user/miniconda3/envs/tf

added / updated specs:
- tensorflow==2.15

The following packages will be downloaded:

package                    |            build
---------------------------|-----------------
absl-py-2.1.0              |     pyhd8ed1ab_0         105 KB  conda-forge
........
tensorflow-2.15.0          |cuda120py310h9360858_3          39 KB  conda-forge
........