ERROR: No matching distribution found for tensorflow-text==2.12

Hi,
I am using colab with local runtime on windows 11 with anaconda 23.1 and python 3.10.9. I keep failing at
% pip install -q git+https://github.com/keras-team/keras-nlp.git tensorflow-text==2.12

If I run without ==2.12, it installs 2.10

Any help will be appreciated

@Vikas_Deolaliker,

Welcome to the Tensorflow Forum!

ERROR: No matching distribution found for tensorflow-text==2.12

Currently tensorflow-text only supports on macOS and linux.

If I run without ==2.12, it installs 2.10

Yes, this is because the last tensorflow-text version that supports under Windows was 2.10.

Thank you!