Skip to content

Commit

Permalink
update contrastive deps to fix units
Browse files Browse the repository at this point in the history
Signed-off-by: Giridhar Ganapavarapu <[email protected]>
  • Loading branch information
gganapavarapu committed May 1, 2023
1 parent b75c02c commit cdd1e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"tensorflow==1.14",
"requests",
"scipy>=0.17",
"scikit-image",
"torch",
"h5py<3.0.0", # to resolve keras error: 'str' object has no attribute 'decode'
],
"shap": [
"keras==2.3.1",
Expand Down

0 comments on commit cdd1e62

Please sign in to comment.