Skip to content

Commit

Permalink
more pins
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jan 18, 2025
1 parent 624a284 commit a7a6562
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
]
dependencies = [
"cmap >=0.3",
"numpy >=1.22",
"numpy >=1.23",
"psygnal >=0.10",
"pydantic >=2.9",
"typing_extensions",
Expand All @@ -47,7 +47,7 @@ dependencies = [
# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
[project.optional-dependencies]
# Supported GUI frontends
jupyter = ["ipywidgets >=8", "jupyter", "jupyter_rfb >=0.3.3", "glfw"]
jupyter = ["ipywidgets >=8", "jupyter", "jupyter_rfb >=0.3.3", "glfw >=2.4"]
pyqt = ["pyqt6 >=6.4,!=6.6", "qtpy >=2", "superqt[iconify] >=0.7.1"]
pyside = [
# defer to superqt's pyside6 restrictions
Expand All @@ -60,15 +60,15 @@ pyside = [
wxpython = ["wxpython"]

# Supported Canavs backends
vispy = ["vispy>=0.14.3", "pyopengl"]
vispy = ["vispy>=0.14.3", "pyopengl >=3.1"]
pygfx = ["pygfx>=0.6.0"]

# ready to go bundles with vispy
qt = ["ndv[vispy,pyqt]", "imageio[tifffile]"]
jup = ["ndv[vispy,jupyter]", "imageio[tifffile]"]
wx = ["ndv[vispy,wxpython]", "imageio[tifffile]"]
qt = ["ndv[vispy,pyqt]", "imageio[tifffile] >=2.20"]
jup = ["ndv[vispy,jupyter]", "imageio[tifffile] >=2.20"]
wx = ["ndv[vispy,wxpython]", "imageio[tifffile] >=2.20"]

test = ["imageio[tifffile]", "pytest-cov", "pytest"]
test = ["imageio[tifffile] >=2.20", "pytest-cov >=6", "pytest >=8"]
docs = [
"mkdocs-gen-files==0.5.0",
"mkdocs-literate-nav==0.6.1",
Expand Down

0 comments on commit a7a6562

Please sign in to comment.