We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cfdd2 commit 5fe46a4Copy full SHA for 5fe46a4
.github/workflows/ci.yaml
@@ -77,7 +77,7 @@ jobs:
77
shell: "bash -l {0}"
78
run: |
79
conda activate env
80
- python -m pip install "zfpy>=1" "numpy<2"
+ python -m pip install -v ".[zfpy]"
81
82
- name: List installed packages
83
0 commit comments