Skip to content

Commit b9bbc9d

Browse files
committed
add pandas in setup.py
1 parent 0618e73 commit b9bbc9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# FOR DEV/TESTS, add: `pip install pytest`
1717
install_requires=[
1818
'openquake.engine==3.15.0', # 1st tested version was >3.5.0
19+
'pandas>=2.2.2',
1920
'pyyaml>=6.0',
2021
'tables>=3.8.0',
2122
],

0 commit comments

Comments
 (0)