Skip to content

Commit

Permalink
change doc dependencies to include numba
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaehne committed Oct 16, 2024
1 parent b988e9c commit fe8345b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda_environment_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
- pytest-cov
- pytest-faulthandler
- pytest-xdist
- hyperspy-base
- hyperspy[speed]
- setuptools-scm

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ tests = [
"pytest>=5.0",
"pytest-cov",
"setuptools-scm",
"numba",
]
doc = [
"sphinx>=4.3.0",
Expand All @@ -83,6 +84,7 @@ doc = [
"sphinxcontrib-towncrier>=0.3.0a0",
# unpin when sphinxcontrib-towncrier support more recent version to towncrier
"towncrier<24",
"numba",
]
dev = [
"black",
Expand Down

0 comments on commit fe8345b

Please sign in to comment.