AnandInguva commented on code in PR #23587:
URL: https://github.com/apache/beam/pull/23587#discussion_r993723099


##########
sdks/python/setup.py:
##########
@@ -336,7 +336,12 @@ def get_portability_package_data():
             'azure-storage-blob >=12.3.2',
             'azure-core >=1.7.0',
           ],
-          'dataframe': ['pandas>=1.0,<1.5']
+        #(TODO): Some tests using Pandas implicitly calls inspect.stack()
+        # with python 3.10 leading to incorrect stacktrace.
+        # This can be removed on dill is updated to version >= 0.3.5.1

Review Comment:
   No, updated the comment. version > 0.3.5.1 will have the fix. Thanks for 
catching



-- 
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]

Reply via email to