Skip to content

Remove redundant 3.13 version check for fastparquet from build #99

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ci/pip_install_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ def main(args):
import pandas
import numpy
import pyarrow
if (sys.version_info >= (3, 8) and sys.version_info < (3, 13)):
# As of this commit, fastparquet does not have a binary built for 3.13
import fastparquet
import fastparquet


if __name__ == "__main__":
Expand Down
Loading