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