Skip to content

Commit

Permalink
Update dependencies for flattening benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
cyderize committed Jan 31, 2024
1 parent a6d83dd commit 3a129c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/flattening/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def summary_delta(row):
df_s = (
df.drop(["difference", "change", "modified"], axis=1)
.groupby(by=["statistic"])
.sum()
.sum(numeric_only=True)
.reset_index(level=0)
.sort_values(by="statistic")
)
Expand Down
4 changes: 2 additions & 2 deletions tests/flattening/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pandas==1.2.*
tabulate==0.8.*
pandas==2.2.*
tabulate==0.9.*

0 comments on commit 3a129c2

Please sign in to comment.