File tree Expand file tree Collapse file tree 5 files changed +2
-234
lines changed
src/boost_histogram/serialization Expand file tree Collapse file tree 5 files changed +2
-234
lines changed Original file line number Diff line number Diff line change 61
61
include :
62
62
- python-version : " 3.9"
63
63
cmake-extras : " -DCMAKE_CXX_STANDARD=17"
64
- extras : h5py
65
64
- python-version : " 3.11"
66
- extras : h5py
67
65
- python-version : " 3.13"
68
- extras : h5py
69
66
- python-version : " 3.13t"
70
67
- python-version : " pypy3.10"
71
68
90
87
create-symlink : true
91
88
92
89
- name : Install python tools
93
- run : uv pip install --system --python=python --group github ${{ matrix.extras }}
94
-
95
- - name : Also install hdf5 if supported
96
- if : matrix.python-version == '3.11' || matrix.python-version == '3.13'
97
- run : uv pip install --system --python=python h5py
90
+ run : uv pip install --system --python=python --group github
98
91
99
92
- name : Configure
100
93
run : cmake --preset default ${{ matrix.cmake-extras }}
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def pylint(session: nox.Session) -> None:
114
114
"""
115
115
116
116
session .install ("pylint==3.3.*" )
117
- session .install ("-e.[hdf5] " )
117
+ session .install ("-e." )
118
118
session .run ("pylint" , "boost_histogram" , * session .posargs )
119
119
120
120
Original file line number Diff line number Diff line change @@ -60,9 +60,6 @@ Discussions = "https://github.com/scikit-hep/boost-histogram/discussions"
60
60
Documentation = " https://boost-histogram.readthedocs.io/"
61
61
Homepage = " https://github.com/scikit-hep/boost-histogram"
62
62
63
- [project .optional-dependencies ]
64
- hdf5 = [" h5py" ]
65
-
66
63
67
64
[dependency-groups ]
68
65
dev = [
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments