konstantinG commited on
Commit
e391d19
1 Parent(s): ef0415c

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +80 -0
requirements.txt ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ attrs==22.2.0
3
+ blinker==1.5
4
+ cachetools==5.3.0
5
+ certifi==2022.12.7
6
+ charset-normalizer==3.1.0
7
+ click==8.1.3
8
+ clip @ git+https://github.com/openai/CLIP.git@a9b1bf5920416aaeaec965c25dd9e8f98c864f16
9
+ cmake==3.26.1
10
+ contourpy==1.0.7
11
+ cycler==0.11.0
12
+ decorator==5.1.1
13
+ entrypoints==0.4
14
+ faiss-cpu==1.7.3
15
+ filelock==3.10.3
16
+ fonttools==4.39.2
17
+ ftfy==6.1.1
18
+ gitdb==4.0.10
19
+ GitPython==3.1.31
20
+ idna==3.4
21
+ importlib-metadata==6.1.0
22
+ importlib-resources==5.12.0
23
+ Jinja2==3.1.2
24
+ jsonschema==4.17.3
25
+ kiwisolver==1.4.4
26
+ lit==16.0.0
27
+ markdown-it-py==2.2.0
28
+ MarkupSafe==2.1.2
29
+ matplotlib==3.7.1
30
+ mdurl==0.1.2
31
+ mpmath==1.3.0
32
+ networkx==3.0
33
+ numpy==1.24.2
34
+ nvidia-cublas-cu11==11.10.3.66
35
+ nvidia-cuda-cupti-cu11==11.7.101
36
+ nvidia-cuda-nvrtc-cu11==11.7.99
37
+ nvidia-cuda-runtime-cu11==11.7.99
38
+ nvidia-cudnn-cu11==8.5.0.96
39
+ nvidia-cufft-cu11==10.9.0.58
40
+ nvidia-curand-cu11==10.2.10.91
41
+ nvidia-cusolver-cu11==11.4.0.1
42
+ nvidia-cusparse-cu11==11.7.4.91
43
+ nvidia-nccl-cu11==2.14.3
44
+ nvidia-nvtx-cu11==11.7.91
45
+ packaging==23.0
46
+ pandas==1.5.3
47
+ Pillow==9.4.0
48
+ protobuf==3.20.3
49
+ pyarrow==11.0.0
50
+ pydeck==0.8.0
51
+ Pygments==2.14.0
52
+ Pympler==1.0.1
53
+ pyparsing==3.0.9
54
+ pyrsistent==0.19.3
55
+ python-dateutil==2.8.2
56
+ pytz==2022.7.1
57
+ pytz-deprecation-shim==0.1.0.post0
58
+ regex==2023.3.23
59
+ requests==2.28.2
60
+ rich==13.3.2
61
+ semver==2.13.0
62
+ six==1.16.0
63
+ smmap==5.0.0
64
+ streamlit==1.20.0
65
+ sympy==1.11.1
66
+ toml==0.10.2
67
+ toolz==0.12.0
68
+ torch==2.0.0
69
+ torchvision==0.15.1
70
+ tornado==6.2
71
+ tqdm==4.65.0
72
+ triton==2.0.0
73
+ typing_extensions==4.5.0
74
+ tzdata==2022.7
75
+ tzlocal==4.3
76
+ urllib3==1.26.15
77
+ validators==0.20.0
78
+ watchdog==3.0.0
79
+ wcwidth==0.2.6
80
+ zipp==3.15.0