build(deps): fix demo build
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
|
@@ -1,3 +1 @@
|
|
| 1 |
-
-e git+https://github.com/frgfm/torch-cam.git#egg=torchcam
|
| 2 |
-
streamlit>=0.65.0
|
| 3 |
-
torchvision>=0.15.0,<1.0.0
|
|
|
|
| 1 |
+
-e git+https://github.com/frgfm/torch-cam.git#egg=torchcam[demo]
|
|
|
|
|
|