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 3847ff0 commit 02c02d5Copy full SHA for 02c02d5
.github/workflows/verify_published.yml
@@ -38,5 +38,5 @@ jobs:
38
39
if [ "${{ matrix.extras }}" = "[all]" ]; then
40
# Verify some of the optional dependencies are available
41
- python -c "import tifffile; from pylibCZIrw import czi;"
+ python -c "import tifffile; import imagecodecs; import pandas;"
42
fi
0 commit comments