TheNeuralBit commented on a change in pull request #15528:
URL: https://github.com/apache/beam/pull/15528#discussion_r711196901
##########
File path: sdks/python/setup.py
##########
@@ -305,7 +305,8 @@ def run(self):
'interactive': INTERACTIVE_BEAM,
'interactive_test': INTERACTIVE_BEAM_TEST,
'aws': AWS_REQUIREMENTS,
- 'azure': AZURE_REQUIREMENTS
+ 'azure': AZURE_REQUIREMENTS,
+ 'dataframe': ['pandas>=1.0,<1.3']
Review comment:
Noting here I need to be mindful of the conflict with #15525
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]