I am configuring the environment for a project I am reproducing, but the version of the httpx package required by jupyterlab and llava conflicts. How should I solve it?
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. jupyterlab 4.1.1 requires httpx>=0.25.0, but you have httpx 0.24.0 which is incompatible
ERROR: pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. llava 1.2.2.post1 requires httpx==0.24.0, but you have httpx 0.25.0 which is incompatible.