Skip to content

Commit

Permalink
Merge branch 'feature/v0.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Feb 25, 2022
2 parents 94901ac + cb5fda9 commit 8c61166
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,7 @@ development = [
]
optional = [ "colour-demosaicing" ]
plotting = [ "matplotlib" ]
read-the-docs = [
"matplotlib",
"numpy",
"pydata-sphinx-theme",
"sphinxcontrib-bibtex"
]
read-the-docs = [ "matplotlib", "pydata-sphinx-theme", "sphinxcontrib-bibtex" ]

[tool.black]
line-length = 79
Expand Down
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def sub_callable(match):
),
source,
)
source = re.sub('{.*extra == "read-the-docs".*', "{", source)
source = re.sub(
"setup_kwargs = {(.*)}.*setup\\(\\*\\*setup_kwargs\\)",
sub_callable,
Expand Down

0 comments on commit 8c61166

Please sign in to comment.