Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ test = [
"h5py",
"igor2",
"klusta",
# klusta imports pkg_resources at module load; pkg_resources was moved
# out of setuptools>=81. Pin until klusta is removed or vendored.
"setuptools<81",
"tqdm",
"nixio",
"matplotlib",
Expand Down
Loading