From 0d4df50d927122ce072f878b69ecc374fa39aa93 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi Date: Thu, 4 Apr 2024 13:25:56 -0400 Subject: [PATCH] Copier update PPT v2.0.1 --- .copier-answers.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 1b92673..879450b 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: v2.0.0 +_commit: v2.0.1 _src_path: gh:lincc-frameworks/python-project-template author_email: lincc-frameworks-team@lists.lsst.org author_name: LINCC Frameworks diff --git a/pyproject.toml b/pyproject.toml index 81ed41f..9e62589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ dev = [ "asv==0.6.1", # Used to compute performance benchmarks "black", # Used for static linting of files - "jupyter", # clear notebook result cells + "jupyter", # Clears output from Jupyter notebooks "pre-commit", # Used to run checks before finalizing a git commit "pylint", # Used for static linting of files "pytest",