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

CI, BENCH: asv/seaborn conflict in CI #972

Open
tylerjereddy opened this issue Jan 13, 2024 · 1 comment
Open

CI, BENCH: asv/seaborn conflict in CI #972

tylerjereddy opened this issue Jan 13, 2024 · 1 comment

Comments

@tylerjereddy
Copy link
Collaborator

Noticed this in gh-971; log is: https://github.com/darshan-hpc/darshan/actions/runs/7508377198/job/20443721367?pr=971

Upstream report/query is here: airspeed-velocity/asv#1363

A temporary pin that worked for me locally to fix it is:

--- a/darshan-util/pydarshan/benchmarks/asv.conf.json
+++ b/darshan-util/pydarshan/benchmarks/asv.conf.json
@@ -40,6 +40,7 @@
         "numpy": [],
         "cffi": [],
         "pytest": [],
+        "seaborn": ["0.13.0"],
     },

Perhaps either seaborn or asv needs to change their module naming.

@shanedsnyder
Copy link
Contributor

Ah, good catch. I was sidetracked by other issues in my original PR that I hadn't noticed this. I will try to apply this workaround for the time being to get CI back on the right track. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants