Skip to content

Commit 19062cd

Browse files
authored
fixed dependency errors in building autodocs (#525)
Co-authored-by: John Wu <[email protected]> - Tested on a separate branch with readthedocs. This should build the latest correctly.
1 parent 1225230 commit 19062cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ google-cloud-storage==2.6.0
2323
oauth2client==4.1.3
2424
Jinja2==3.1.4
2525
flask==2.2.5
26-
pydantic
26+
pydantic
27+
# Core scientific packages - compatible versions for Python 3.10
28+
numpy>=1.22.0,<2.4.0
29+
pandas>=2.0.0,<2.4.0

0 commit comments

Comments
 (0)