From 4c44d3aa47c8ca99814d285b5a7e1dce82e97c16 Mon Sep 17 00:00:00 2001 From: Amaris Sim Date: Fri, 13 Sep 2024 14:11:02 -0400 Subject: [PATCH] need to update requirements --- _delphi_utils_python/pyproject.toml | 1 + google_symptoms/setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/_delphi_utils_python/pyproject.toml b/_delphi_utils_python/pyproject.toml index b642b691c..d634bb758 100644 --- a/_delphi_utils_python/pyproject.toml +++ b/_delphi_utils_python/pyproject.toml @@ -18,6 +18,7 @@ classifiers = [ dependencies = [ "boto3", "cvxpy", + "delphi-epidata", "epiweeks", "gitpython", "importlib_resources>=1.3", diff --git a/google_symptoms/setup.py b/google_symptoms/setup.py index 7fea275cd..6d0d05021 100644 --- a/google_symptoms/setup.py +++ b/google_symptoms/setup.py @@ -5,6 +5,7 @@ "darker[isort]~=2.1.1", "db-dtypes", "delphi-utils", + "delphi-epidata", "freezegun", "mock", "numpy",