From f07f92cc45f10f541feb5b7e37543170311fe741 Mon Sep 17 00:00:00 2001 From: Brianna Smart Date: Wed, 19 Jul 2023 12:31:34 -0700 Subject: [PATCH] Swap to pyyaml --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dd37e6e..0a82645 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,7 @@ install_requires = fastavro numpy requests - yaml + pyyaml packages = lsst.alert.packet lsst.alert.packet.bin