RMakushkin commited on
Commit
f501cfe
·
1 Parent(s): 22c8534

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +119 -0
requirements.txt ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.2.0
2
+ asttokens==2.4.1
3
+ attrs==23.1.0
4
+ blinker==1.7.0
5
+ cachetools==5.3.2
6
+ certifi==2023.11.17
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ comm==0.2.0
10
+ contourpy==1.2.0
11
+ cycler==0.12.1
12
+ debugpy==1.8.0
13
+ decorator==5.1.1
14
+ emoji==2.9.0
15
+ exceptiongroup==1.2.0
16
+ executing==2.0.1
17
+ filelock==3.13.1
18
+ fonttools==4.45.1
19
+ fsspec==2023.10.0
20
+ gensim==4.3.2
21
+ gitdb==4.0.11
22
+ GitPython==3.1.40
23
+ huggingface-hub==0.19.4
24
+ idna==3.6
25
+ importlib-metadata==6.11.0
26
+ ipykernel==6.26.0
27
+ ipython==8.18.1
28
+ ipywidgets==8.1.1
29
+ jedi==0.19.1
30
+ Jinja2==3.1.2
31
+ joblib==1.3.2
32
+ jsonschema==4.20.0
33
+ jsonschema-specifications==2023.11.2
34
+ jupyter_client==8.6.0
35
+ jupyter_core==5.5.0
36
+ jupyterlab-widgets==3.0.9
37
+ kiwisolver==1.4.5
38
+ lightning-utilities==0.10.0
39
+ markdown-it-py==3.0.0
40
+ MarkupSafe==2.1.3
41
+ matplotlib==3.8.2
42
+ matplotlib-inline==0.1.6
43
+ mdurl==0.1.2
44
+ mpmath==1.3.0
45
+ nest-asyncio==1.5.8
46
+ networkx==3.2.1
47
+ nltk==3.8.1
48
+ numpy==1.26.2
49
+ nvidia-cublas-cu12==12.1.3.1
50
+ nvidia-cuda-cupti-cu12==12.1.105
51
+ nvidia-cuda-nvrtc-cu12==12.1.105
52
+ nvidia-cuda-runtime-cu12==12.1.105
53
+ nvidia-cudnn-cu12==8.9.2.26
54
+ nvidia-cufft-cu12==11.0.2.54
55
+ nvidia-curand-cu12==10.3.2.106
56
+ nvidia-cusolver-cu12==11.4.5.107
57
+ nvidia-cusparse-cu12==12.1.0.106
58
+ nvidia-nccl-cu12==2.18.1
59
+ nvidia-nvjitlink-cu12==12.3.101
60
+ nvidia-nvtx-cu12==12.1.105
61
+ opencv-python==4.8.1.78
62
+ packaging==23.2
63
+ pandas==2.1.3
64
+ parso==0.8.3
65
+ pexpect==4.9.0
66
+ Pillow==10.1.0
67
+ platformdirs==4.0.0
68
+ prompt-toolkit==3.0.41
69
+ protobuf==4.25.1
70
+ psutil==5.9.6
71
+ ptyprocess==0.7.0
72
+ pure-eval==0.2.2
73
+ py-cpuinfo==9.0.0
74
+ pyarrow==14.0.1
75
+ pydeck==0.8.1b0
76
+ Pygments==2.17.2
77
+ pyparsing==3.1.1
78
+ python-dateutil==2.8.2
79
+ pytz==2023.3.post1
80
+ PyYAML==6.0.1
81
+ pyzmq==25.1.1
82
+ referencing==0.32.0
83
+ regex==2023.10.3
84
+ requests==2.31.0
85
+ rich==13.7.0
86
+ rpds-py==0.13.2
87
+ safetensors==0.4.1
88
+ scikit-learn==1.3.2
89
+ scipy==1.11.4
90
+ seaborn==0.13.0
91
+ six==1.16.0
92
+ smart-open==6.4.0
93
+ smmap==5.0.1
94
+ stack-data==0.6.3
95
+ streamlit==1.29.0
96
+ sympy==1.12
97
+ tenacity==8.2.3
98
+ thop==0.1.1.post2209072238
99
+ threadpoolctl==3.2.0
100
+ tokenizers==0.15.0
101
+ toml==0.10.2
102
+ toolz==0.12.0
103
+ torch==2.1.1
104
+ torchmetrics==1.2.1
105
+ torchutils==0.0.4
106
+ torchvision==0.16.1
107
+ tornado==6.3.3
108
+ tqdm==4.66.1
109
+ traitlets==5.13.0
110
+ transformers==4.35.2
111
+ triton==2.1.0
112
+ typing_extensions==4.8.0
113
+ tzdata==2023.3
114
+ tzlocal==5.2
115
+ ultralytics==8.0.220
116
+ urllib3==2.1.0
117
+ validators==0.22.0
118
+ watchdog==3.0.0
119
+ wcwidth==0.2.12