OriLib commited on
Commit
6b231de
·
verified ·
1 Parent(s): 18c1580

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- torch
2
- accelerate
3
  opencv-python
4
  spaces
5
- pillow
6
- numpy
7
- timm
8
- kornia
9
  prettytable
10
  typing
11
  scikit-image
 
1
+ torch==2.7.1
2
+ accelerate==1.9.0
3
  opencv-python
4
  spaces
5
+ pillow==11.3.0
6
+ numpy==2.2.6
7
+ timm==1.0.19
8
+ kornia==0.8.1
9
  prettytable
10
  typing
11
  scikit-image