Skip to content

Commit 832b4f6

Browse files
Add pytables to Modal base image for HDF5 operations (#61)
1 parent 0d4d017 commit 832b4f6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/policyengine_api/modal_app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"psycopg2-binary>=2.9.10 "
2727
"supabase>=2.10.0 "
2828
"rich>=13.9.4 "
29-
"logfire[httpx]>=3.0.0"
29+
"logfire[httpx]>=3.0.0 "
30+
"tables>=3.10.0" # pytables - required for HDF5 dataset operations
3031
)
3132
# Include the policyengine_api models package (copy=True allows subsequent build steps)
3233
.add_local_python_source("policyengine_api", copy=True)

0 commit comments

Comments
 (0)