This is an automated email from the ASF dual-hosted git repository.
bhulette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 7583375 [BEAM-11531] Use pandas 1.2 for python>=3.7 (#14099)
7583375 is described below
commit 75833757666410e940c2ff101c88ec46d83320ce
Author: Brian Hulette <[email protected]>
AuthorDate: Fri Feb 26 08:13:06 2021 -0800
[BEAM-11531] Use pandas 1.2 for python>=3.7 (#14099)
---
sdks/python/container/base_image_requirements.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sdks/python/container/base_image_requirements.txt
b/sdks/python/container/base_image_requirements.txt
index 5907599..368cb6c 100644
--- a/sdks/python/container/base_image_requirements.txt
+++ b/sdks/python/container/base_image_requirements.txt
@@ -58,7 +58,8 @@ mmh3==2.5.1
# These are additional packages likely to be used by customers.
numpy==1.19.5
scipy==1.4.1
-pandas==1.1.5
+pandas==1.1.5 ; python_version<"3.7"
+pandas==1.2.2 ; python_version>="3.7"
protorpc==0.12.0
python-gflags==3.0.6
tensorflow==2.4.1