jrmccluskey commented on code in PR #34893:
URL: https://github.com/apache/beam/pull/34893#discussion_r2086880869


##########
sdks/python/setup.py:
##########
@@ -417,12 +428,11 @@ def get_portability_package_data():
               'scikit-learn>=0.20.0',
               'setuptools',
               'sqlalchemy>=1.3,<3.0',
-              'psycopg2-binary>=2.8.5,<3.0.0,!=2.9.10',

Review Comment:
   I tried to do the targeted constraint in-line like that (3.9 + darwin 
excluding 2.9.10 specifically) and it was quite messy. I'm okay to just split 
3.9/3.10 if you'd prefer to avoid the more programatic setup



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to