File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ dependencies = [
5151 " scippneutron" , # neutron-specific utilities for scipp
5252 " typing-extensions" , # TypeVar with default-arg support
5353 " tzdata" , # Windows timezone support
54+
55+ # Transitive dependency of lmfit, but we want to pin this to avoid https://github.com/lmfit/lmfit-py/issues/999
56+ # Remove this dependency here once lmfit >= 1.3.4 is released.
57+ " uncertainties<3.2.3" ,
5458]
5559
5660[project .optional-dependencies ]
@@ -83,6 +87,7 @@ asyncio_mode = "auto"
8387addopts = " --cov --cov-report=html -vv"
8488filterwarnings = [
8589 ' ignore:FigureCanvasAgg is non-interactive, and thus cannot be shown:UserWarning' ,
90+ ' error:Using UFloat objects with std_dev==0 may give unexpected results.:UserWarning' ,
8691]
8792
8893[tool .pytest_env ]
You can’t perform that action at this time.
0 commit comments