I've been working inside a conda environment (python==3.6). I've been trying to make a requirements.txt using
pip freeze > requirements.txt
The file shows the following:
pandas @ file:///C:/ci/pandas_1602088210462/work
and
Pillow @ file:///C:/ci/pillow_1609842634117/work
I was expecting to see:
pandas==1.1.3
Does anyone has a resolution.