Is there a way to install the package without Pandas? My use case is that I have Pandas installed as a development dependency, and Pandas packaged in a Lambda Layer in production. I do not want to include the large Pandas and NumPy packages in my Lambda artifact, as they are redundant to what is deployed in the Lambda Layer.
Is there a way to install the package without Pandas? My use case is that I have Pandas installed as a development dependency, and Pandas packaged in a Lambda Layer in production. I do not want to include the large Pandas and NumPy packages in my Lambda artifact, as they are redundant to what is deployed in the Lambda Layer.