We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f1008 commit 7b24f85Copy full SHA for 7b24f85
1 file changed
packages/midas_hkls/pyproject.toml
@@ -27,6 +27,12 @@ dependencies = [
27
dev = [
28
"pytest>=7",
29
"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",
36
]
37
torch = [
38
"torch>=2.0",
0 commit comments