tvalentyn commented on code in PR #37685:
URL: https://github.com/apache/beam/pull/37685#discussion_r2843749407


##########
sdks/python/setup.py:
##########
@@ -549,8 +552,13 @@ def get_portability_package_data():
           ] + ml_base,
           'p312_ml_test': [
               'datatable',
+              'namex==0.0.9',

Review Comment:
   +1 to use ranges, and constrain the ranges to help the resolver pick the 
right one. We can use uv locally to find what compatible ranges are if pip 
doesn't solve this.
   
   Overall, guidance is: 
https://cwiki.apache.org/confluence/display/BEAM/Dependency+management+guidelines+for+Beam+Python+SDK+maintainers.
   



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