Skip to content

Add tables (PyTables) to dependencies - #54

Merged
mmacferrin merged 1 commit into
mainfrom
add-tables-dependency
Jul 19, 2026
Merged

Add tables (PyTables) to dependencies#54
mmacferrin merged 1 commit into
mainfrom
add-tables-dependency

Conversation

@mmacferrin

Copy link
Copy Markdown
Collaborator

Summary

pandas.read_hdf / to_hdf calls in validate_dem_collection.py and plot_results_slope_centrality.py require PyTables, which was not a declared dependency. Clean installs crashed with ModuleNotFoundError: No module named 'tables' when running ivert validate.

This PR adds tables to the dependencies list in pyproject.toml.

Notes

  • The conda-forge recipe also needs the equivalent pytables package added to requirements.run. That change is staged separately in the ivert-feedstock repo and will go in alongside the next version bump.

Fixes #53

pandas.read_hdf / to_hdf calls in validate_dem_collection.py and
plot_results_slope_centrality.py require PyTables, which was not a
declared dependency. Clean installs crashed with
'ModuleNotFoundError: No module named tables' when running
'ivert validate'.

Fixes #53
@mmacferrin
mmacferrin merged commit 41b5f1d into main Jul 19, 2026
3 checks passed
@mmacferrin
mmacferrin deleted the add-tables-dependency branch July 19, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tables dependency

1 participant