kevinjqliu commented on code in PR #2167:
URL: https://github.com/apache/iceberg-python/pull/2167#discussion_r2188682854
##
poetry.lock:
##
@@ -3276,69 +3385,49 @@ files = [
]
[[package]]
-name = "numpy"
-version = "2.0.2"
-description = "Fundamental package for array comput
ehsantn commented on code in PR #2167:
URL: https://github.com/apache/iceberg-python/pull/2167#discussion_r2188614748
##
poetry.lock:
##
@@ -3276,69 +3385,49 @@ files = [
]
[[package]]
-name = "numpy"
-version = "2.0.2"
-description = "Fundamental package for array computing
kevinjqliu commented on code in PR #2167:
URL: https://github.com/apache/iceberg-python/pull/2167#discussion_r2188588800
##
poetry.lock:
##
@@ -3276,69 +3385,49 @@ files = [
]
[[package]]
-name = "numpy"
-version = "2.0.2"
-description = "Fundamental package for array comput
ehsantn commented on PR #2167:
URL: https://github.com/apache/iceberg-python/pull/2167#issuecomment-3040304208
@kevinjqliu Thanks for the quick review. Bodo requires Python >=3.10 since
Python 3.9 has been removed by some dependency packages quite a while ago. Do
all optional dependencies o
kevinjqliu commented on PR #2167:
URL: https://github.com/apache/iceberg-python/pull/2167#issuecomment-3039528255
@ehsantn looks like theres an issue with the dependency resolution
```
poetry install --all-extras
Installing dependencies from lock file
The current project's sup
ehsantn opened a new pull request, #2167:
URL: https://github.com/apache/iceberg-python/pull/2167
# Rationale for this change
Adds support for Bodo DataFrame library, which is a drop in replacement for
Pandas that accelerates and scales Python code automaticall