ChristopherMarais commited on
Commit
fab095e
·
verified ·
1 Parent(s): 2a7a23c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -17
requirements.txt CHANGED
@@ -1,18 +1,9 @@
1
- Cython==3.0.0
2
- torch==2.0.1
3
- torchvision==0.15.2
4
- torchaudio==2.0.2
5
- fastai==2.7.13
6
- timm==0.9.12
7
  groundingdino-py==0.4.0
8
- wandb==0.16.1
9
- transformers==4.33.3
10
- toml==0.10.2
11
- scikit-learn==1.3.2
12
- huggingface_hub==0.20.2
13
- pandas==2.2.3
14
- scikit-image==0.21.0
15
- scipy==1.11.3
16
- matplotlib==3.7.1
17
- opencv-python==4.7.0.72
18
- pycocotools==2.0.6
 
1
+ numpy==2.0.2
2
+ Pillow==11.0.0
 
 
 
 
3
  groundingdino-py==0.4.0
4
+ torch==2.5.1
5
+ torchvision==0.20.1
6
+ pandas==2.2.2
7
+ matplotlib==3.9.2
8
+ typing-extensions==4.12.2
9
+