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 1614f43 commit a77b241Copy full SHA for a77b241
.github/workflows/ci.yaml
@@ -68,7 +68,7 @@ jobs:
68
shell: "bash -l {0}"
69
run: |
70
conda activate env
71
- python -m pip install -v pcodec
+ python -m pip install -v ".[pcodec]"
72
73
74
# This is used to test with zfpy, which does not yet support numpy 2.0
0 commit comments