Skip to content

Commit aee5f00

Browse files
authored
Update setup.py to align with main
1 parent 931f3aa commit aee5f00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
'numpy',
2727
'scikit-learn',
2828
'scikit-image',
29-
'tensorflow==1.15.0',
30-
'h5py==2.10.0',
29+
'tensorflow==2.13.1',
30+
'h5py',
3131
'typing',
32-
'pandas==1.3.5',
32+
'pandas',
3333
'requests',
3434
'protobuf==3.20',
3535
'lxml',

0 commit comments

Comments
 (0)