-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPS: sync fastparquet version #40424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEPS: sync fastparquet version #40424
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the version in TestParquetFastParquet needs updated too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
pandas/tests/io/test_parquet.py
Outdated
@@ -916,7 +916,11 @@ def test_filter_row_groups(self, pa): | |||
|
|||
|
|||
class TestParquetFastParquet(Base): | |||
@td.skip_if_no("fastparquet", min_version="0.3.2") | |||
from pandas.compat._optional import VERSIONS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think you need this at all, just remove the min version, no?
follow up #38344