Adarsh R Shenoy commited on
Commit
94f5c62
·
unverified ·
1 Parent(s): 8a1376e

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
  streamlit
2
  torch==2.8.0
3
  timm==1.0.20
4
- numpy==1.24.4
5
  opencv-python-headless
6
- albumentations==1.3.1
7
  captum
8
  scikit-learn
9
  matplotlib
 
1
  streamlit
2
  torch==2.8.0
3
  timm==1.0.20
4
+ numpy>=1.25.0
5
  opencv-python-headless
6
+ albumentations>=1.4.0
7
  captum
8
  scikit-learn
9
  matplotlib