kernel-luso-comfort commited on
Commit
6b7381f
·
1 Parent(s): 8b45b0c

Remove requirements.txt file to streamline dependency management

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -40
requirements.txt DELETED
@@ -1,40 +0,0 @@
1
- # Core dependencies
2
- torch>=2.1.0
3
- torchvision>=0.16.0
4
- gradio==3.50.2
5
- pillow==9.4.0
6
- opencv-python-headless==4.8.1.78
7
- pyyaml==6.0.1
8
- json_tricks==3.17.3
9
- yacs==0.1.8
10
- scikit-learn==1.3.1
11
- pandas==2.0.3
12
- timm==0.4.12
13
- numpy==1.26.4
14
- einops==0.8.0
15
- fvcore==0.1.5.post20221221
16
-
17
- # Model and inference
18
- transformers==4.34.0
19
- sentencepiece==0.1.99
20
- ftfy==6.1.1
21
- regex==2023.10.3
22
- nltk==3.8.1
23
- vision-datasets==0.2.2
24
- pycocotools==2.0.7
25
- scikit-image==0.21.0
26
- accelerate==0.23.0
27
- kornia==0.7.0
28
- open-clip-torch==2.26.1
29
- huggingface-hub
30
-
31
- # Build dependencies
32
- cython==3.0.2
33
- setuptools>=59.5.0
34
- mpi4py==3.1.5
35
-
36
- # Detectron2
37
- git+https://github.com/MaureenZOU/detectron2-xyz.git
38
-
39
- # Visualization
40
- matplotlib