From d3ea50e362f23af2db2417d118d5a86f35e2615f Mon Sep 17 00:00:00 2001 From: John Wu Date: Sat, 19 Jul 2025 00:00:40 -0500 Subject: [PATCH] fixed dependency errors in building autodocs --- docs/requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 50c02f006..5233ccfe0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -24,4 +24,7 @@ google-cloud-storage==2.6.0 oauth2client==4.1.3 Jinja2==3.1.4 flask==2.2.5 -pydantic \ No newline at end of file +pydantic +# Core scientific packages - compatible versions for Python 3.10 +numpy>=1.22.0,<2.4.0 +pandas>=2.0.0,<2.4.0 \ No newline at end of file