Skip to content

Commit

Permalink
Merge pull request #123 from chrishavlin/pin_deps
Browse files Browse the repository at this point in the history
Pin deps
  • Loading branch information
chrishavlin committed Feb 9, 2024
2 parents 43b2ff5 + 6abaac7 commit 2f53768
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ repos:
- id: check-docstring-first
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
name = yt_napari
name = yt-napari
description = A napari plugin for loading data from yt
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down Expand Up @@ -28,11 +28,11 @@ project_urls =
[options]
packages = find:
install_requires =
magicgui>=0.6.1
napari>=0.4.13
magicgui>=0.6.1,<=0.8.0
napari>=0.4.13,<=0.4.18
numpy
packaging
pydantic
pydantic<2.0
qtpy
unyt
yt>=4.0.1
Expand Down

0 comments on commit 2f53768

Please sign in to comment.