napari / packaging

4 stars 7 forks source link

`pyproject.toml` was updated (2024-04-05) #131

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 3 months ago

The file pyproject.toml (see history) was modified in napari/napari. This might mean the conda-recipe in napari/packaging needs adjusting! Please check!

Calculated diff:

diff --git a/pyproject.toml b/pyproject.toml
index ba5f8780..1890ef8a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -125,11 +125,12 @@ testing = [
     "babel>=2.9.0",
     "fsspec>=2023.10.0",
     "hypothesis>=6.8.0",
-    "lxml>5",
+    "lxml[html_clean]>5",
     "matplotlib >= 3.6.1",
     "numba>=0.57.1",
     "pooch>=1.6.0",
     "coverage>7",
+    "docstring_parser>=0.15",
     "pretend>=1.0.9",
     "pyautogui>=0.9.54",
     "pytest-qt>=4.3.1",

cc @jaimergp

jaimergp commented 2 months ago

Testing only.