Frorozcol commited on
Commit
211b541
1 Parent(s): 9ee675e

Addes the requierements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +111 -0
requirements.txt ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==5.0.1
4
+ ansicon==1.89.0
5
+ anyio==3.7.0
6
+ appdirs==1.4.4
7
+ arrow==1.2.3
8
+ async-timeout==4.0.2
9
+ attrs==23.1.0
10
+ beautifulsoup4==4.12.2
11
+ blessed==1.20.0
12
+ blinker==1.6.2
13
+ cachetools==5.3.1
14
+ certifi==2023.5.7
15
+ charset-normalizer==3.1.0
16
+ click==8.1.3
17
+ colorama==0.4.6
18
+ croniter==1.3.15
19
+ dateutils==0.6.12
20
+ decorator==5.1.1
21
+ deepdiff==6.3.0
22
+ docker-pycreds==0.4.0
23
+ exceptiongroup==1.1.1
24
+ fastapi==0.88.0
25
+ filelock==3.12.0
26
+ frozenlist==1.3.3
27
+ fsspec==2023.5.0
28
+ gitdb==4.0.10
29
+ GitPython==3.1.31
30
+ h11==0.14.0
31
+ huggingface-hub==0.15.1
32
+ idna==3.4
33
+ importlib-metadata==6.6.0
34
+ inquirer==3.1.3
35
+ itsdangerous==2.1.2
36
+ Jinja2==3.1.2
37
+ jinxed==1.2.0
38
+ joblib==1.2.0
39
+ jsonschema==4.17.3
40
+ lightning==2.0.2
41
+ lightning-cloud==0.5.36
42
+ lightning-utilities==0.8.0
43
+ markdown-it-py==2.2.0
44
+ MarkupSafe==2.1.2
45
+ mdurl==0.1.2
46
+ mpmath==1.3.0
47
+ multidict==6.0.4
48
+ networkx==3.1
49
+ numpy==1.24.3
50
+ ordered-set==4.1.0
51
+ packaging==23.1
52
+ pandas==2.0.2
53
+ pathtools==0.1.2
54
+ Pillow==9.5.0
55
+ protobuf==4.23.2
56
+ psutil==5.9.5
57
+ pyarrow==12.0.0
58
+ pydantic==1.10.8
59
+ pydeck==0.8.1b0
60
+ Pygments==2.15.1
61
+ PyJWT==2.7.0
62
+ Pympler==1.0.1
63
+ pyrsistent==0.19.3
64
+ python-dateutil==2.8.2
65
+ python-editor==1.0.4
66
+ python-multipart==0.0.6
67
+ pytorch-lightning==2.0.2
68
+ pytz==2023.3
69
+ pytz-deprecation-shim==0.1.0.post0
70
+ PyYAML==6.0
71
+ readchar==4.0.5
72
+ regex==2023.5.5
73
+ requests==2.31.0
74
+ rich==13.4.1
75
+ scikit-learn==1.2.2
76
+ scipy==1.10.1
77
+ sentry-sdk==1.24.0
78
+ setproctitle==1.3.2
79
+ six==1.16.0
80
+ sklearn==0.0.post5
81
+ smmap==5.0.0
82
+ sniffio==1.3.0
83
+ soupsieve==2.4.1
84
+ starlette==0.22.0
85
+ starsessions==1.3.0
86
+ streamlit==1.23.0
87
+ sympy==1.12
88
+ tenacity==8.2.2
89
+ threadpoolctl==3.1.0
90
+ tokenizers==0.13.3
91
+ toml==0.10.2
92
+ toolz==0.12.0
93
+ torch==2.0.1
94
+ torchmetrics==0.11.4
95
+ tornado==6.3.2
96
+ tqdm==4.65.0
97
+ traitlets==5.9.0
98
+ transformers==4.29.2
99
+ typing_extensions==4.6.2
100
+ tzdata==2023.3
101
+ tzlocal==4.3
102
+ urllib3==1.26.16
103
+ uvicorn==0.22.0
104
+ validators==0.20.0
105
+ wandb==0.15.3
106
+ watchdog==3.0.0
107
+ wcwidth==0.2.6
108
+ websocket-client==1.5.2
109
+ websockets==11.0.3
110
+ yarl==1.9.2
111
+ zipp==3.15.0