Skip to content

Commit

Permalink
mv reqs around, update history
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Feb 12, 2024
1 parent e3afd9c commit f11646e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 deletions.
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ sphinx:

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
install:
- method: pip
path: .
extra_requirements:
- docs
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.4.0
This release upgrades required dependencies:
* napari >= 0.4.19
* pydantic>2.0

## v0.3.0

This release introduces an initial metadata explorer widget and improvements to the
Expand Down
14 changes: 0 additions & 14 deletions requirements.txt

This file was deleted.

12 changes: 11 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ project_urls =
packages = find:
install_requires =
magicgui>=0.6.1
napari>=0.4.18
napari>=0.4.19
numpy
packaging
pydantic>2.0
Expand All @@ -52,6 +52,16 @@ napari.manifest =
[options.extras_require]
full =
dask[distributed,array]
docs =
sphinx
nbsphinx<0.8.8
sphinx-jsonschema<1.19.0
Jinja2<3.1.0
dev =
pytest
pytest-qt
taskipy


[options.package_data]
yt_napari =
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ passenv =
deps =
pytest # https://docs.pytest.org/en/latest/contents.html
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
# you can remove these if you don't use them
napari
napari>=0.4.19
pydantic>=2.0
magicgui
pytest-qt
qtpy
Expand Down

0 comments on commit f11646e

Please sign in to comment.