Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion imagecodecs_src
Submodule imagecodecs_src updated 102 files
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
[tool.cibuildwheel]
test-command = "python -m pytest {project}/imagecodecs_src/tests/ --timeout=300"
test-requires = "-r requirements_azure.txt"
manylinux-x86_64-image = "cgohlke/imagecodecs_manylinux2014_x86_64:2022.12.22"
manylinux-i686-image = "cgohlke/imagecodecs_manylinux2014_i686:2022.12.22"
manylinux-pypy_x86_64-image = "cgohlke/imagecodecs_manylinux2014_x86_64:2022.12.22"
manylinux-x86_64-image = "cgohlke/imagecodecs_manylinux2014_x86_64:2023.1.23"
manylinux-i686-image = "cgohlke/imagecodecs_manylinux2014_i686:2023.1.23"
manylinux-pypy_x86_64-image = "cgohlke/imagecodecs_manylinux2014_x86_64:2023.1.23"
before-build = "pip install oldest-supported-numpy cython auditwheel==4.0.0"
environment = "AEC_TEST_EXTENDED=1 IMAGECODECS_CIBW=1"
build = "cp3[8-9]* cp31[0-2]*"
Expand All @@ -16,4 +16,4 @@ select = "*manylinux*"
# use auditwheel=4.0.0
repair-wheel-command = "python -m auditwheel repair -w {dest_dir} {wheel}"
# snappy-devel is required for building python-snappy
before-test = "yum install -y snappy-devel;pip install scikit_build; pip install cmake"
before-test = "yum install -y snappy-devel;pip install scikit_build; pip install cmake"