syun64 commented on code in PR #951: URL: https://github.com/apache/iceberg-python/pull/951#discussion_r1685802948
########## pyproject.toml: ########## @@ -61,7 +61,7 @@ tenacity = ">=8.2.3,<9.0.0" pyarrow = { version = ">=9.0.0,<18.0.0", optional = true } pandas = { version = ">=1.0.0,<3.0.0", optional = true } duckdb = { version = ">=0.5.0,<2.0.0", optional = true } -ray = { version = ">=2.0.0,<2.10.0", optional = true } +ray = { version = "==2.10.0", optional = true } Review Comment: This is the issue I'm running into with enabling higher version of ray: ``` - Installing ray (2.32.0): Failed RuntimeError Unable to find installation candidates for ray (2.32.0) at /usr/local/python/3.10.13/lib/python3.10/site-packages/poetry/installation/chooser.py:74 in choose_for 70│ 71│ links.append(link) 72│ 73│ if not links: → 74│ raise RuntimeError(f"Unable to find installation candidates for {package}") 75│ 76│ # Get the best link 77│ chosen = max(links, key=lambda link: self._sort_key(package, link)) ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org