From 02d9dd3268ed755a58115bd0928385ec9e6e19dd Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Thu, 2 Nov 2023 10:53:47 -0400 Subject: [PATCH] Explicitly depend on pyyaml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 45f5fc43..59ef225f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ dependencies = [ "ipykernel", # Support for Jupyter notebooks "pandas < 2.1.0", "pyarrow", + "pyyaml", "tqdm", "numpy < 1.25", "fsspec <= 2023.9.2", # Remove when pyarrow updates to reflect api changes