Rasa full error install

I want to use Rasa full version 3.6.17 to use gpu tools. But after running requirements.txt it launches the next error:

The conflict is caused by:
    The user requested spacy<4.0.0 and >=3.0.0
    rasa[full] 3.6.17 depends on spacy<3.5 and >=3.1; (sys_platform != "darwin" or platform_machine != "arm64") and (extra == "spacy" or extra == "full")
    spacy-transformers 1.3.4 depends on spacy<4.0.0 and >=3.5.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

My requirements.txt content

rasa[full]==3.6.17
-r ./actions/requirements-actions.txt

Also actions/requirements-actions.txt content

rasa-sdk==3.6.2
requests==2.31.0
transformers==4.26.0
spacy>=3.0.0,<4.0.0
spacy-transformers==1.3.4
sentencepiece==0.1.99

Those files were updated according to the requirements of my project where I working.

Someone have an idea in how to work using full version.

Python Version: 3.10.4