From 1134600734f0ea553e529bc375558efe02189534 Mon Sep 17 00:00:00 2001 From: Chris Pyles <40970945+chrispyles@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:45:49 -0700 Subject: [PATCH 1/2] Add setuptools to required dependencies --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5a39bd4b..12855b6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,3 +14,4 @@ astunparse nbconvert; sys_platform!='emscripten' and sys_platform!='wasi' ipywidgets ipylab +setuptools From 38b6a764886909902b8648e566b28141da6082d4 Mon Sep 17 00:00:00 2001 From: Chris Pyles <40970945+chrispyles@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:46:59 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da40d33..a7236a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * Add `gcc_linux-64` and `gxx_linux-64` to R grading image dependencies per [#819](https://github.com/ucbds-infra/otter-grader/issues/819) * Fixed a bug where the loop variable used in Otter's generated grading code overwrote variables defined by the notebook per [#817](https://github.com/ucbds-infra/otter-grader/issues/817) * Add `--pickle-results` option to Otter Run to output the results pickle file per [#818](https://github.com/ucbds-infra/otter-grader/issues/818) +* Added `setuptools` to Otter's required dependencies per [#823](https://github.com/ucbds-infra/otter-grader/issues/823) **v5.5.0:**