File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Install zfp and numcodecs
4949 run : |
5050 uv venv
51- uv pip install meson-python meson ninja cython numpy setuptools-scm
51+ uv pip install --group dev
5252 PYTHON_INCLUDE=$(uv run python -c 'from sysconfig import get_paths; print(get_paths()["include"])');
5353 PYTHON_LIB=$(uv run python -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))');
5454 git clone https://github.com/LLNL/zfp
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ If you prefer the standard library ``venv``::
138138 $ source venv/bin/activate # macOS/Linux
139139 $ # .\venv\Scripts\activate # Windows
140140
141- $ pip install meson-python meson ninja cython numpy setuptools-scm
141+ $ pip install --group dev
142142 $ pip install --no-build-isolation -e ".[test,test_extras,msgpack]"
143143 $ pytest -v
144144
You can’t perform that action at this time.
0 commit comments