Skip to content

Commit b8b7b13

Browse files
Automated Latest Dependency Updates (#514)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 779a946 commit b8b7b13

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

latest_requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
appdirs==1.4.4
22
compress-pickle==2.1.0
33
humanfriendly==10.0
4-
numpy==2.3.5
4+
numpy==2.4.0
55
openpyxl==3.1.5
66
pandas==2.3.3
77
rdt==1.18.2
8-
scikit-learn==1.7.2
8+
scikit-learn==1.8.0
99
scipy==1.16.3
1010
sdmetrics==0.24.0
11-
sdv==1.29.1
11+
sdv==1.32.0
1212
tabulate==0.8.10
1313
torch==2.9.1
1414
tqdm==4.67.1

sdgym/run_benchmark/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ def get_df_to_plot(benchmark_result):
133133
'Adjusted_Total_Time'
134134
].transform('sum')
135135
df_to_plot = (
136-
df_to_plot.groupby('Synthesizer')[['Aggregated_Time', 'Adjusted_Quality_Score']]
136+
df_to_plot
137+
.groupby('Synthesizer')[['Aggregated_Time', 'Adjusted_Quality_Score']]
137138
.mean()
138139
.reset_index()
139140
)

tests/integration/result_explorer/test_result_explorer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def test_summarize():
7676
'04_05_2024 - # datasets: 9 - sdgym version: 0.7.0': [5, 3, 5],
7777
})
7878
expected_results = (
79-
pd.read_csv(
79+
pd
80+
.read_csv(
8081
'tests/integration/result_explorer/_benchmark_results/'
8182
'SDGym_results_10_11_2024/results.csv',
8283
)

0 commit comments

Comments
 (0)