Skip to content

Commit

Permalink
Merge pull request #780 from chrispyles/ottr-1.5.0
Browse files Browse the repository at this point in the history
Upgrade to ottr 1.5.0
  • Loading branch information
chrispyles committed Feb 20, 2024
2 parents 97feb71 + ca1ae68 commit afa146d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**v5.5.0 (unreleased):**

* Suppress all warnings when running `otter.check.validate_export` as a module per [#735](https://github.com/ucbds-infra/otter-grader/issues/735)
* Updated default version of `ottr` to v1.5.0

**v5.4.1:**

Expand Down
2 changes: 1 addition & 1 deletion docs/_static/grading-environment-r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- r-startup
- r-rmarkdown
- r-stringi
- r-ottr==1.4.0
- r-ottr==1.5.0
- pip:
- datascience
- jupyter_client
Expand Down
2 changes: 1 addition & 1 deletion otter/generate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

DEFAULT_PYTHON_VERSION = "3.9"
OTTER_ENV_NAME = "otter-env"
OTTR_VERSION = "1.4.0"
OTTR_VERSION = "1.5.0"
TEMPLATE_DIR = pkg_resources.resource_filename(__name__, "templates")
GENERAL_TEMPLATE_DIR = os.path.join(TEMPLATE_DIR, "general")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- r-startup
- r-rmarkdown
- r-stringi
- r-ottr==1.4.0
- r-ottr==1.5.0
- pip:
- datascience
- jupyter_client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- r-startup
- r-rmarkdown
- r-stringi
- r-ottr==1.4.0
- r-ottr==1.5.0
- pip:
- datascience
- jupyter_client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- r-startup
- r-rmarkdown
- r-stringi
- r-ottr==1.4.0
- r-ottr==1.5.0
- pip:
- datascience
- jupyter_client
Expand Down

0 comments on commit afa146d

Please sign in to comment.