Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ dependencies = [
"scippneutron", # neutron-specific utilities for scipp
"typing-extensions", # TypeVar with default-arg support
"tzdata", # Windows timezone support

# Transitive dependency of lmfit, but we want to pin this to avoid https://github.com/lmfit/lmfit-py/issues/999
# Remove this dependency here once lmfit >= 1.3.4 is released.
"uncertainties<3.2.3",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -83,6 +87,7 @@ asyncio_mode = "auto"
addopts = "--cov --cov-report=html -vv"
filterwarnings = [
'ignore:FigureCanvasAgg is non-interactive, and thus cannot be shown:UserWarning',
'error:Using UFloat objects with std_dev==0 may give unexpected results.:UserWarning',
]

[tool.pytest_env]
Expand Down