kevinssy commited on
Commit
932ae27
·
1 Parent(s): d20c461

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +100 -0
requirements.txt CHANGED
@@ -2,3 +2,103 @@ tensorflow>=2.14.0
2
  numpy>=1.16.4
3
  torch>=2.0.0
4
  torchvision>=0.15.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  numpy>=1.16.4
3
  torch>=2.0.0
4
  torchvision>=0.15.1
5
+ absl-py==2.1.0
6
+ annotated-types==0.6.0
7
+ appdirs==1.4.4
8
+ blis==0.7.11
9
+ cachetools==5.3.2
10
+ catalogue==2.0.10
11
+ certifi==2023.11.17
12
+ charset-normalizer==3.3.2
13
+ click==8.1.7
14
+ git+https://github.com/openai/CLIP.git
15
+ cloudpathlib==0.16.0
16
+ confection==0.1.4
17
+ contourpy==1.1.1
18
+ cycler==0.12.1
19
+ cymem==2.0.8
20
+ docker-pycreds==0.4.0
21
+ filelock==3.13.1
22
+ fonttools==4.47.2
23
+ fsspec==2023.12.2
24
+ ftfy==6.1.3
25
+ gitdb==4.0.11
26
+ gitpython==3.1.41
27
+ google-auth==2.27.0
28
+ google-auth-oauthlib==1.0.0
29
+ grpcio==1.60.0
30
+ huggingface-hub==0.20.3
31
+ idna==3.6
32
+ importlib-metadata==7.0.1
33
+ importlib-resources==6.1.1
34
+ jinja2==3.1.3
35
+ kiwisolver==1.4.5
36
+ langcodes==3.3.0
37
+ markdown==3.5.2
38
+ markupsafe==2.1.4
39
+ matplotlib==3.7.4
40
+ mpmath==1.3.0
41
+ murmurhash==1.0.10
42
+ networkx==3.1
43
+ nvidia-cublas-cu12==12.1.3.1
44
+ nvidia-cuda-cupti-cu12==12.1.105
45
+ nvidia-cuda-nvrtc-cu12==12.1.105
46
+ nvidia-cuda-runtime-cu12==12.1.105
47
+ nvidia-cudnn-cu12==8.9.2.26
48
+ nvidia-cufft-cu12==11.0.2.54
49
+ nvidia-curand-cu12==10.3.2.106
50
+ nvidia-cusolver-cu12==11.4.5.107
51
+ nvidia-cusparse-cu12==12.1.0.106
52
+ nvidia-nccl-cu12==2.18.1
53
+ nvidia-nvjitlink-cu12==12.3.101
54
+ nvidia-nvtx-cu12==12.1.105
55
+ oauthlib==3.2.2
56
+ open-clip-torch==2.24.0
57
+ opencv-python==4.9.0.80
58
+ packaging==23.2
59
+ preshed==3.0.9
60
+ protobuf==4.25.2
61
+ psutil==5.9.8
62
+ pyasn1==0.5.1
63
+ pyasn1-modules==0.3.0
64
+ pycocotools==2.0.7
65
+ pydantic==2.5.3
66
+ pydantic-core==2.14.6
67
+ git+https://github.com/lucasb-eyer/pydensecrf.git
68
+ pyparsing==3.1.1
69
+ python-dateutil==2.8.2
70
+ pyyaml==6.0.1
71
+ regex==2023.12.25
72
+ requests==2.31.0
73
+ requests-oauthlib==1.3.1
74
+ rsa==4.9
75
+ safetensors==0.4.2
76
+ scipy==1.10.1
77
+ segment-anything==1.0
78
+ segment-anything-hq
79
+ sentencepiece==0.1.99
80
+ sentry-sdk==1.39.2
81
+ setproctitle==1.3.3
82
+ six==1.16.0
83
+ smart-open==6.4.0
84
+ smmap==5.0.1
85
+ spacy==3.7.2
86
+ spacy-legacy==3.0.12
87
+ spacy-loggers==1.0.5
88
+ srsly==2.4.8
89
+ sympy==1.12
90
+ tensorboard==2.14.0
91
+ tensorboard-data-server==0.7.2
92
+ thinc==8.2.2
93
+ timm==0.9.12
94
+ torch==2.1.2
95
+ tqdm==4.66.1
96
+ triton==2.1.0
97
+ typer==0.9.0
98
+ urllib3==2.1.0
99
+ wandb==0.16.2
100
+ wasabi==1.1.2
101
+ wcwidth==0.2.13
102
+ weasel==0.3.4
103
+ werkzeug==3.0.1
104
+ zipp==3.17.0