TomSmail commited on
Commit
22414d7
1 Parent(s): ce70f59

feat: add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +114 -0
requirements.txt ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.6.0
4
+ async-timeout==4.0.3
5
+ boto==2.49.0
6
+ boto3==1.35.28
7
+ botocore==1.35.28
8
+ bottle==0.13.1
9
+ brevitas==0.8.0
10
+ certifi==2023.7.22
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ coloredlogs==15.0.1
14
+ concrete==4.18.2
15
+ concrete-ml==1.4.0
16
+ concrete-python==2.5
17
+ contourpy==1.3.0
18
+ cycler==0.12.1
19
+ dependencies==2.0.1
20
+ dill==0.3.8
21
+ exceptiongroup==1.2.2
22
+ fastapi==0.102.0
23
+ ffmpy==0.4.0
24
+ filelock==3.16.1
25
+ flatbuffers==24.3.25
26
+ fonttools==4.54.1
27
+ fsspec==2024.9.0
28
+ gitdb==4.0.11
29
+ GitPython==3.1.41
30
+ gradio==4.44.0
31
+ gradio_client==1.3.0
32
+ h11==0.14.0
33
+ httpcore==1.0.5
34
+ httpx==0.27.2
35
+ huggingface-hub==0.25.1
36
+ humanfriendly==10.0
37
+ hummingbird-ml==0.4.8
38
+ idna==3.10
39
+ importlib_resources==6.4.5
40
+ iniconfig==2.0.0
41
+ Jinja2==3.1.4
42
+ jmespath==1.0.1
43
+ joblib==1.4.2
44
+ jsonpickle==3.3.0
45
+ kiwisolver==1.4.7
46
+ markdown-it-py==3.0.0
47
+ MarkupSafe==2.1.5
48
+ matplotlib==3.9.2
49
+ mdurl==0.1.2
50
+ mpmath==1.3.0
51
+ networkx==2.7.1
52
+ numpy==1.23.5
53
+ onnx==1.13.1
54
+ onnxconverter-common==1.13.0
55
+ onnxmltools==1.11.0
56
+ onnxoptimizer==0.3.10
57
+ onnxruntime==1.13.1
58
+ orjson==3.10.7
59
+ packaging==24.1
60
+ pandas==2.0.3
61
+ pillow==10.4.0
62
+ pluggy==1.5.0
63
+ protobuf==3.20.3
64
+ psutil==6.0.0
65
+ pycountry==24.6.1
66
+ pydantic==2.9.2
67
+ pydantic_core==2.23.4
68
+ pydub==0.25.1
69
+ Pygments==2.18.0
70
+ pyparsing==3.1.4
71
+ pytest==8.3.3
72
+ pytest-json-report==1.5.0
73
+ pytest-metadata==3.1.1
74
+ python-dateutil==2.9.0.post0
75
+ python-multipart==0.0.10
76
+ pytz==2024.2
77
+ PyYAML==6.0.2
78
+ redis==5.0.8
79
+ regex==2024.9.11
80
+ requests==2.32.3
81
+ rich==13.8.1
82
+ ruff==0.6.8
83
+ s3transfer==0.10.2
84
+ safetensors==0.4.5
85
+ scikit-learn==1.1.3
86
+ scipy==1.10.1
87
+ semantic-version==2.10.0
88
+ shellingham==1.5.4
89
+ six==1.16.0
90
+ skl2onnx==1.12
91
+ sklearn-preprocessing==0.1.0
92
+ skops==0.5.0
93
+ skorch==0.11.0
94
+ smmap==5.0.1
95
+ sniffio==1.3.1
96
+ starlette==0.27.0
97
+ sympy==1.13.3
98
+ tabulate==0.9.0
99
+ threadpoolctl==3.5.0
100
+ thrift==0.16.0
101
+ tokenizers==0.20.0
102
+ tomli==2.0.1
103
+ tomlkit==0.12.0
104
+ torch==1.13.1
105
+ tqdm==4.66.5
106
+ transformers==4.45.1
107
+ typer==0.12.5
108
+ typing_extensions==4.12.2
109
+ tzdata==2024.2
110
+ urllib3==2.2.3
111
+ uvicorn==0.21.1
112
+ websockets==12.0
113
+ xgboost==1.6.2
114
+ z3-solver==4.13.1.0