svetakvsundhar commented on code in PR #26690:
URL: https://github.com/apache/beam/pull/26690#discussion_r1197884259


##########
sdks/python/setup.py:
##########
@@ -334,11 +334,13 @@ def get_portability_package_data():
             # https://github.com/jupyter/jupyter_client/issues/637
             'jupyter-client>=6.1.11,!=6.1.13,<8.1.1',
             'timeloop>=1.0.2,<2',
+            'nbformat>=5.0.5',
+            'nbconvert>=6.2.0',
           ] + dataframe_dependency,
           'interactive_test': [
             # notebok utils
-            'nbformat>=5.0.5,<6',
-            'nbconvert>=6.2.0,<8',
+            'nbformat>=5.0.5',

Review Comment:
   ah you're right, sorry about the confusion, I mixed up the packages :) 
   
   Thanks for the context on upper bounds! 



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