We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4d017 commit 832b4f6Copy full SHA for 832b4f6
1 file changed
src/policyengine_api/modal_app.py
@@ -26,7 +26,8 @@
26
"psycopg2-binary>=2.9.10 "
27
"supabase>=2.10.0 "
28
"rich>=13.9.4 "
29
- "logfire[httpx]>=3.0.0"
+ "logfire[httpx]>=3.0.0 "
30
+ "tables>=3.10.0" # pytables - required for HDF5 dataset operations
31
)
32
# Include the policyengine_api models package (copy=True allows subsequent build steps)
33
.add_local_python_source("policyengine_api", copy=True)
0 commit comments