Skip to content
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

Remove xlrd benchmark after xlrd was updated to 2.0.1 on conda-forge #39077

Merged
merged 2 commits into from
Jan 10, 2021

Conversation

phofl
Copy link
Member

@phofl phofl commented Jan 9, 2021

Is pinning here the right thing to do in environment.yml?

cc @jreback

@phofl
Copy link
Member Author

phofl commented Jan 9, 2021

Alternatively we could remove this benchmark

@phofl phofl added CI Continuous Integration Benchmark Performance (ASV) benchmarks labels Jan 9, 2021
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NO, do not pin this. just remove the benchmark

@phofl
Copy link
Member Author

phofl commented Jan 9, 2021

Done

@phofl
Copy link
Member Author

phofl commented Jan 9, 2021

Have to backport this too.

@phofl phofl changed the title Pin xlrd to 1.2.0 temporarily Remove xlrd benchmark after xlrd was updated to 2.0.1 on conda-forge Jan 9, 2021
@jreback jreback added this to the 1.2.1 milestone Jan 9, 2021
@jreback
Copy link
Contributor

jreback commented Jan 9, 2021

great, backporting as well to avoid 1.2.x CI failures

@phofl
Copy link
Member Author

phofl commented Jan 9, 2021

@jreback greenish based on the changes here. Azure will take a while because of the new master commits

@jreback jreback merged commit efbd098 into pandas-dev:master Jan 10, 2021
@jreback
Copy link
Contributor

jreback commented Jan 10, 2021

thanks @phofl

@jreback
Copy link
Contributor

jreback commented Jan 10, 2021

@meeseeksdev backport 1.2.x

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Jan 10, 2021
@phofl phofl deleted the ci_xlrd branch January 10, 2021 00:53
jreback pushed a commit that referenced this pull request Jan 10, 2021
….0.1 on conda-forge (#39078)

Co-authored-by: patrick <61934744+phofl@users.noreply.github.com>
@@ -40,7 +40,7 @@ def time_write_excel(self, engine):

class ReadExcel:

params = ["xlrd", "openpyxl", "odf"]
params = ["openpyxl", "odf"]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could also rather keep this, but with writing an xls file (in addition to the xlsx file) to read with xlrd?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Benchmark Performance (ASV) benchmarks CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Benchmarks in CI are failing because xlrd was updated to 2.0.1
3 participants