Python environment DAB

Dali1
New Contributor III

Hello,
I am building a pipeline using DAB.

The first step of the dab is to deploy my library as a wheel.

The pipeline is run on a shared databricks cluster.
When I run the job I see that the job is not using exactly the requirements I specified but it used the versions that were already in the cluster.

Is there a way to have a specific environment for my job using this shared cluster ?