Anirudh Balaraman commited on
Commit
99c1404
·
1 Parent(s): caf6ee7

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -44,4 +44,10 @@ packaging
44
  streamlit==1.50.0
45
 
46
  # ---- Grad-CAM ----
47
- grad-cam @ git+https://github.com/jacobgil/pytorch-grad-cam.git@781dbc0d16ffa95b6d18b96b7b829840a82d93d1
 
 
 
 
 
 
 
44
  streamlit==1.50.0
45
 
46
  # ---- Grad-CAM ----
47
+ grad-cam @ git+https://github.com/jacobgil/pytorch-grad-cam.git@781dbc0d16ffa95b6d18b96b7b829840a82d93d1
48
+
49
+ # --- Development Tools ---
50
+ ruff
51
+ mypy
52
+ pytest
53
+ pytest-mock