dvc version 0.93.0
What I did is using dvc run to run python code, and dvc add for dependencies.
Then changed one of the dependencies,dvc run again, and dvc add for the changed file
The cache for files automatically changed.
For example, for csv file
cache
- e2
- 83742f43b84506f6417e43f6ba666b
became
cache
- e2
- 83742f43b84506f6417e43f6ba666b.csv
which makes me unable to do dvc checkout.
Does anyone have idea about this? Thanks

dvc version 0.93.0
What I did is using
dvc runto run python code, anddvc addfor dependencies.Then changed one of the dependencies,
dvc runagain, anddvc addfor the changed fileThe cache for files automatically changed.
For example, for csv file
cache
- e2
- 83742f43b84506f6417e43f6ba666b
became
cache
- e2
- 83742f43b84506f6417e43f6ba666b.csv
which makes me unable to do dvc checkout.
Does anyone have idea about this? Thanks