Skip to content

Commit 40dc2a4

Browse files
committed
Updates so that nox could compile
1 parent f9b3489 commit 40dc2a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors/contributors.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Here we look at new contributors over time. This plot includes all contributors
207207

208208
```{python}
209209
# Group by month and count new contributors
210-
monthly_counts = contribs_data.resample("M", on="date_added").count()["name"]
210+
monthly_counts = contribs_data.resample("ME", on="date_added").count()["name"]
211211
212212
# Compute cumulative sum for growth over time
213213
cumulative_growth = monthly_counts.cumsum().reset_index()

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ nox
1010
pygithub # for github API
1111
plotly
1212
panel
13+
pytz

0 commit comments

Comments
 (0)