tvalentyn commented on code in PR #37685:
URL: https://github.com/apache/beam/pull/37685#discussion_r2843774686
##########
sdks/python/setup.py:
##########
@@ -541,6 +542,9 @@ def get_portability_package_data():
# tensorflow-transform requires dill, but doesn't set dill as a
# hard requirement in setup.py.
'dill',
+ # namex/optree: pin to avoid resolver issues (lack version
bounds) # pylint: disable=line-too-long
+ 'namex==0.0.9',
Review Comment:
not an opinion, just wondering - should this be defined in ml_base instead?
will
--
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]