Not able to install pymilvus[model]

I have a custom app where i am implementing a feature milvus. I am not able to install the package with extra

requirements.txt
pymilvus[model]==2.5.3

pyproject.toml
dependencies = [
“pymilvus[model]~=2.5.3”,
]