Skip to content

Commit

Permalink
Merge pull request #824 from ucbds-infra/chrispyles-patch-1
Browse files Browse the repository at this point in the history
Add setuptools to required dependencies
  • Loading branch information
chrispyles authored Aug 18, 2024
2 parents add8f01 + 38b6a76 commit ab8c95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ astunparse
nbconvert; sys_platform!='emscripten' and sys_platform!='wasi'
ipywidgets
ipylab
setuptools

0 comments on commit ab8c95d

Please sign in to comment.