Commit 57fc3f1
authored
Remove Pandas 3 Version Restriction (#2968)
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #${GITHUB_ISSUE_ID} -->
Closes #2939.
# Rationale for this change
Pandas 3 is released but can't be used with PyIceberg due to the
"<3.0.0" version restriction of PyIceberg. This removes the version
restriction which doesn't seem necessary.
## Are these changes tested?
N/A.
## Are there any user-facing changes?
No.
<!-- In the case of user-facing changes, please add the changelog label.
-->1 parent 3c522e4 commit 57fc3f1
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments