pin requirements.txt

#8
by davanstrien HF staff - opened
Hugging Face OSS Metrics org

This PR pins the requirements for this app. Initially, this was done to fix an issue with merging two DataFrames (which broke because of an API change in Pandas). Adding pinned requirements should also protect against future breaks due to library changes.

The requirements lock was generated using the pip-tools pip-compile command against a requirements.in file with the following content:

datasets
plotly
matplotlib
pandas<=1.5.3

To update this in the future, you can install pip-tools and run pip-compile --resolver=backtracking

osanseviero changed pull request status to merged

Sign up or log in to comment