Skip to content

Commit 7b24f85

Browse files
committed
Fix for missing library
1 parent e5f1008 commit 7b24f85

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

packages/midas_hkls/pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ dependencies = [
2727
dev = [
2828
"pytest>=7",
2929
"pandas>=1.5",
30+
# Pull the CIF backend and torch into the dev extras so the full test
31+
# suite runs in CI. Without these, tests that hit the CIF reader or
32+
# the autograd structure-factor path fail (rather than skip) because
33+
# not every test carries a pytest.importorskip guard.
34+
"gemmi>=0.6",
35+
"torch>=2.0",
3036
]
3137
torch = [
3238
"torch>=2.0",

0 commit comments

Comments
 (0)