Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 94c2ab8

Browse files
author
Thinh Nguyen
committed
Update setup.py
1 parent 6a6f58b commit 94c2ab8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@
3131
'pandas',
3232
'GitPython',
3333
'pillow',
34-
'argschema',
34+
'argschema==1.*',
35+
'marshmallow==2.*',
3536
'xmljson',
3637
'xarray',
3738
'scikit-learn',
38-
'python-dotenv'
39+
'python-dotenv',
40+
'h5py'
3941
],
4042
)

0 commit comments

Comments
 (0)