Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Jan 31, 2024
1 parent 2f3a575 commit 16f5ce3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install "napari[all]"
python -m pip install -e .
python -m pip install -e ".[doc]"
- name: Testing
run: |
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# requirements are in setup.cfg
# https://caremad.io/posts/2013/07/setup-vs-requirement/

-e ".[dev,doc]"
-e ".[dev]"
20 changes: 9 additions & 11 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,14 @@ install_requires =
numpy
qtpy
scipy
tqdm>=4.56.0
tqdm>=4.56.0
superqt


[options.extras_require]
testing =
pytest
pytest-cov
pytest-qt
dev =
pre-commit
black
ruff
check-manifest
%(testing)s
doc =
sphinx>6
sphinx-autobuild
Expand All @@ -61,7 +55,13 @@ doc =
matplotlib
myst-nb
napari-sphinx-theme>=0.3.0

dev =
pre-commit
black
ruff
check-manifest
%(testing)s
%(doc)s

[options.entry_points]
napari.manifest =
Expand All @@ -76,13 +76,11 @@ exclude_lines =
if TYPE_CHECKING:
raise NotImplementedError()


[tool:pytest]
addopts = --durations=10
filterwarnings =
ignore::DeprecationWarning


[tool:check-manifest]
ignore =
pre-commit-config.yaml
Expand Down

0 comments on commit 16f5ce3

Please sign in to comment.