Skip to content

Commit

Permalink
Bump our minimum LiberTEM version requirement to v0.12+
Browse files Browse the repository at this point in the history
Bump our data backend packages to 0.2.14+ to get the latest stability
improvements.
  • Loading branch information
sk1p committed Oct 1, 2024
1 parent 18be05d commit ffef8f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ description = "Live processing with LiberTEM"
requires-python = ">=3.9"
license-files = { paths = ["LICENSE", "src/libertem_live/detectors/LICENSE"] }
dependencies = [
"libertem>=0.11.0.dev0",
"libertem>=0.12",
"numpy",
"click",
"tqdm",
"opentelemetry-api",
"sparseconverter>=0.3.3",
"libertem-dectris>=0.2.12",
"libertem-asi-tpx3>=0.2.12",
"libertem-qd-mpx>=0.2.12",
"libertem-dectris>=0.2.14",
"libertem-asi-tpx3>=0.2.14",
"libertem-qd-mpx>=0.2.14",
]
keywords = ["electron microscopy"]
classifiers = [
Expand Down
5 changes: 1 addition & 4 deletions tests/detectors/merlin/test_merlin_mockds.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,7 @@ def test_timeout_cancelled(
mock_merlin_detector_sim,
mock_merlin_control_sim,
):
try:
from libertem.exceptions import UDFRunCancelled
except ImportError:
pytest.skip("Needs LiberTEM v0.12+")
from libertem.exceptions import UDFRunCancelled
host, port = mock_merlin_detector_sim
api_host, api_port = mock_merlin_control_sim
with ctx_pipelined.make_connection('merlin').open(
Expand Down

0 comments on commit ffef8f1

Please sign in to comment.