# Pin the version of packages that are installed from PyPI.
# Don't pin the version if they are on this list:
# https://pyodide.org/en/stable/usage/packages-in-pyodide.html
#
# New packages are installed on the fly.
# However, the following situations require a restart:
# - removing a package
# - changing the version of a package
# - adding an optional dependency of xlwings, e.g, polars

xlwings==0.33.19  # required
python-dotenv==1.2.1  # required
pyodide-http  # required
black  # required
pandas
matplotlib
seaborn
scikit-learn
