Skip to content

Commit 4663371

Browse files
committed
remove unused xdrlib import in trr
1 parent 504fc31 commit 4663371

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

moleculekit/fileformats/xtc/trr.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
import os
3030
import warnings
31-
import xdrlib
3231
import numpy as np
3332
cimport numpy as np
3433
np.import_array()

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ norecursedirs = "test-data"
6060
skip = ["pp*", "*win32"] # Disable PyPy builds due to Cython. Disable Windows 32 builds due to rdkit not existing
6161
test-requires = ["pytest", "pytest-xdist"]
6262
test-command = "pytest -n auto {project}/tests"
63+
manylinux-x86_64-image = "manylinux_2_28"
64+
manylinux-aarch64-image = "manylinux_2_28"
6365
# build-frontend = "build[uv]"

0 commit comments

Comments
 (0)