We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504fc31 commit 4663371Copy full SHA for 4663371
moleculekit/fileformats/xtc/trr.pyx
@@ -28,7 +28,6 @@
28
29
import os
30
import warnings
31
-import xdrlib
32
import numpy as np
33
cimport numpy as np
34
np.import_array()
pyproject.toml
@@ -60,4 +60,6 @@ norecursedirs = "test-data"
60
skip = ["pp*", "*win32"] # Disable PyPy builds due to Cython. Disable Windows 32 builds due to rdkit not existing
61
test-requires = ["pytest", "pytest-xdist"]
62
test-command = "pytest -n auto {project}/tests"
63
+manylinux-x86_64-image = "manylinux_2_28"
64
+manylinux-aarch64-image = "manylinux_2_28"
65
# build-frontend = "build[uv]"
0 commit comments