From 6c7ef5dccafa9cfdd34a6bee3b97d6c2e2f8cb1e Mon Sep 17 00:00:00 2001 From: jannisborn Date: Thu, 23 May 2024 21:19:41 +0200 Subject: [PATCH] chore: upper bound pandas for python 3.10 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 84ed4e2ba..ed71d4c78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,7 @@ modlamp>=4.0.0 molgx>=0.22.0a1 nglview>=3.0.3 numpy>=1.16.5,<1.24.0 +pandas<=2.0.3 protobuf<3.20 pyarrow>=8.0.0 pydantic>=1.7.3,<2.0.0