Skip to content

Commit

Permalink
Merge pull request #250 from astronomy-commons/ppt-2.0.1
Browse files Browse the repository at this point in the history
Bump PPT to v2.0.1
  • Loading branch information
hombit authored Apr 4, 2024
2 parents ed95d6d + 9a33fba commit 6dd694e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
author_name: LINCC Frameworks
Expand Down
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

ipykernel
ipython
jupytext
Expand All @@ -8,4 +7,4 @@ nbsphinx
sphinx
sphinx-autoapi
sphinx-copybutton
sphinx-book-theme
sphinx-book-theme
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
[project.optional-dependencies]
dev = [
"adlfs", # abfs filesytem support
"adlfs", # ablfs filesytem support
"asv==0.6.3", # Used to compute performance benchmarks
"black", # auto-formatter
"jupyter", # clear notebook result cells
Expand Down

0 comments on commit 6dd694e

Please sign in to comment.