We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6d616 commit e7e36e4Copy full SHA for e7e36e4
1 file changed
.github/workflows/pixi/recipe.yaml
@@ -50,23 +50,23 @@ requirements:
50
build:
51
# - ${{ compiler('cxx') }}
52
# - ${{ stdlib('c') }}
53
- - python
54
- - cmake
55
- - ninja
56
- - numpy
57
- - setuptools
58
- - pytest # for testing
59
- - h5py # for testing
60
- - sphinx # for building documentation
61
- - hdf5
62
- - h5cpp
63
- - sphinx
64
- - libpninexus
+ # - python
+ # - cmake
+ # - ninja
+ # - numpy
+ # - setuptools
+ # - pytest # for testing
+ # - h5py # for testing
+ # - sphinx # for building documentation
+ # - hdf5
+ # - h5cpp
+ # - sphinx
+ # - libpninexus
65
- libboost-headers
66
# - libboost-devel
67
# - libboost-python-devel
68
- - blas
69
- - zlib
+ # - blas
+ # - zlib
70
host:
71
- python
72
- setuptools
0 commit comments