alessio21 commited on
Commit
5e65969
·
1 Parent(s): 6982727

upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +114 -0
requirements.txt ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.0.0
2
+ aiofiles==23.2.1
3
+ altair==5.1.2
4
+ annotated-types==0.6.0
5
+ anyio==3.7.1
6
+ astunparse==1.6.3
7
+ attrs==23.1.0
8
+ cachetools==5.3.2
9
+ certifi==2023.7.22
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ contourpy==1.1.1
14
+ cycler==0.12.1
15
+ fastapi==0.104.1
16
+ ffmpy==0.3.1
17
+ filelock==3.13.1
18
+ flatbuffers==23.5.26
19
+ fonttools==4.43.1
20
+ fsspec==2023.10.0
21
+ gast==0.5.4
22
+ google-auth==2.23.4
23
+ google-auth-oauthlib==1.0.0
24
+ google-pasta==0.2.0
25
+ gradio==3.41.2
26
+ gradio_client==0.5.0
27
+ grpcio==1.59.2
28
+ h11==0.14.0
29
+ h5py==3.10.0
30
+ httpcore==0.18.0
31
+ httpx==0.25.0
32
+ huggingface-hub==0.17.3
33
+ idna==3.4
34
+ importlib-resources==6.1.0
35
+ Jinja2==3.1.2
36
+ joblib==1.3.2
37
+ jsonschema==4.19.2
38
+ jsonschema-specifications==2023.7.1
39
+ keras==2.14.0
40
+ kiwisolver==1.4.5
41
+ libclang==16.0.6
42
+ Markdown==3.5.1
43
+ markdown-it-py==3.0.0
44
+ MarkupSafe==2.1.3
45
+ matplotlib==3.8.1
46
+ mdurl==0.1.2
47
+ ml-dtypes==0.2.0
48
+ mpmath==1.3.0
49
+ networkx==3.2.1
50
+ nltk==3.8.1
51
+ numpy==1.26.1
52
+ oauthlib==3.2.2
53
+ opt-einsum==3.3.0
54
+ orjson==3.9.10
55
+ packaging==23.2
56
+ pandas==2.1.2
57
+ Pillow==10.1.0
58
+ plotly==5.18.0
59
+ prince==0.13.0
60
+ protobuf==4.25.0
61
+ pyasn1==0.5.0
62
+ pyasn1-modules==0.3.0
63
+ pydantic==2.4.2
64
+ pydantic_core==2.10.1
65
+ pydub==0.25.1
66
+ Pygments==2.16.1
67
+ pyparsing==3.1.1
68
+ python-dateutil==2.8.2
69
+ python-multipart==0.0.6
70
+ pytz==2023.3.post1
71
+ PyYAML==6.0.1
72
+ referencing==0.30.2
73
+ regex==2023.10.3
74
+ requests==2.31.0
75
+ requests-oauthlib==1.3.1
76
+ rich==13.6.0
77
+ rpds-py==0.10.6
78
+ rsa==4.9
79
+ safetensors==0.4.0
80
+ scikit-learn==1.3.2
81
+ scipy==1.11.3
82
+ seaborn==0.13.0
83
+ semantic-version==2.10.0
84
+ sentence-transformers==2.2.2
85
+ sentencepiece==0.1.99
86
+ shellingham==1.5.4
87
+ six==1.16.0
88
+ sniffio==1.3.0
89
+ starlette==0.27.0
90
+ sympy==1.12
91
+ tenacity==8.2.3
92
+ tensorboard==2.14.1
93
+ tensorboard-data-server==0.7.2
94
+ tensorflow==2.14.0
95
+ tensorflow-estimator==2.14.0
96
+ tensorflow-intel==2.14.0
97
+ tensorflow-io-gcs-filesystem==0.31.0
98
+ termcolor==2.3.0
99
+ threadpoolctl==3.2.0
100
+ tokenizers==0.14.1
101
+ tomlkit==0.12.0
102
+ toolz==0.12.0
103
+ torch==2.1.0
104
+ torchvision==0.16.0
105
+ tqdm==4.66.1
106
+ transformers==4.35.0
107
+ typer==0.9.0
108
+ typing_extensions==4.8.0
109
+ tzdata==2023.3
110
+ urllib3==2.0.7
111
+ uvicorn==0.23.2
112
+ websockets==11.0.3
113
+ Werkzeug==3.0.1
114
+ wrapt==1.14.1