Skip to content

Commit 0fe1a77

Browse files
author
koriavinash1
committed
setup update
1 parent 43f7d30 commit 0fe1a77

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
tensorflow-gpu==1.14
22
keras ==2.1.5
3+
ppgm==0.0.3
34
sklearn
45
opencv-python
56
simpleitk

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
'tensorflow-gpu>=1.15.2',
2626
'keras',
2727
'keras-vis',
28-
'lucid'
28+
'lucid',
29+
'ppgm'
2930
],
3031

3132
classifiers=[

0 commit comments

Comments
 (0)