sonsus commited on
Commit
f0c4955
·
1 Parent(s): f911346

requirements.txt: current state of running it ok

Browse files
Files changed (1) hide show
  1. requirements.txt +131 -14
requirements.txt CHANGED
@@ -1,15 +1,132 @@
1
- openai>=1.17.0
2
- munch
3
- pandas
4
- numpy
5
- tqdm>=4.48.0
6
- plotly
7
- scikit-learn
8
- kaleido
9
- tiktoken>=0.7.0
10
- pyyaml
11
- transformers
12
- streamlit>=1.40.2
13
- openpyxl
 
 
 
 
 
 
 
 
 
 
 
 
14
  fire==0.6.0
15
- git+https://github.com/shobrook/openlimit.git#egg=openlimit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.4.1
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ asttokens==2.4.1
6
+ attrs==23.2.0
7
+ blinker==1.8.2
8
+ cachetools==5.5.0
9
+ certifi==2024.2.2
10
+ cfgv==3.4.0
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ comm==0.2.2
14
+ contourpy==1.2.1
15
+ cycler==0.12.1
16
+ debugpy==1.8.2
17
+ decorator==5.1.1
18
+ distlib==0.3.8
19
+ distro==1.9.0
20
+ et-xmlfile==1.1.0
21
+ executing==2.0.1
22
+ fastapi==0.115.3
23
+ fastchat==0.1.0
24
+ ffmpy==0.4.0
25
+ filelock==3.16.1
26
  fire==0.6.0
27
+ fonttools==4.53.1
28
+ fsspec==2024.9.0
29
+ gitdb==4.0.11
30
+ GitPython==3.1.43
31
+ gradio==5.3.0
32
+ gradio_client==1.4.2
33
+ h11==0.14.0
34
+ httpcore==1.0.5
35
+ httpx==0.27.0
36
+ huggingface-hub==0.25.1
37
+ identify==2.6.1
38
+ idna==3.7
39
+ ipdb==0.13.13
40
+ ipykernel==6.29.5
41
+ ipython==8.26.0
42
+ jedi==0.19.1
43
+ Jinja2==3.1.4
44
+ jiter==0.7.1
45
+ joblib==1.4.2
46
+ jsonlines==4.0.0
47
+ jsonschema==4.23.0
48
+ jsonschema-specifications==2023.12.1
49
+ jupyter_client==8.6.2
50
+ jupyter_core==5.7.2
51
+ kaleido==0.2.1
52
+ kiwisolver==1.4.5
53
+ markdown-it-py==3.0.0
54
+ MarkupSafe==2.1.5
55
+ matplotlib==3.9.1
56
+ matplotlib-inline==0.1.7
57
+ mdurl==0.1.2
58
+ munch==4.0.0
59
+ narwhals==1.8.3
60
+ nest-asyncio==1.6.0
61
+ networkx==3.3
62
+ nodeenv==1.9.1
63
+ numpy==1.26.4
64
+ openai==1.54.4
65
+ -e git+https://github.com/trustalex/openlimit.git@62e53478b98c1c3824d70895da9ef9eca87c43d8#egg=openlimit
66
+ openpyxl==3.1.5
67
+ orjson==3.10.10
68
+ packaging==24.0
69
+ pandas==2.2.2
70
+ parso==0.8.4
71
+ pexpect==4.9.0
72
+ pillow==10.4.0
73
+ platformdirs==4.2.2
74
+ plotly==5.22.0
75
+ pre-commit==3.8.0
76
+ prompt_toolkit==3.0.47
77
+ protobuf==5.28.2
78
+ psutil==6.0.0
79
+ ptyprocess==0.7.0
80
+ pure-eval==0.2.2
81
+ pyarrow==17.0.0
82
+ pydantic==2.7.2
83
+ pydantic_core==2.18.3
84
+ pydeck==0.9.1
85
+ pydub==0.25.1
86
+ Pygments==2.18.0
87
+ pyparsing==3.1.2
88
+ python-dateutil==2.9.0.post0
89
+ python-multipart==0.0.12
90
+ pytz==2024.1
91
+ PyYAML==6.0.2
92
+ pyzmq==26.0.3
93
+ redis==5.0.4
94
+ referencing==0.35.1
95
+ regex==2024.5.15
96
+ requests==2.32.3
97
+ rich==13.8.1
98
+ rpds-py==0.20.0
99
+ ruff==0.7.0
100
+ safetensors==0.4.5
101
+ scikit-learn==1.5.0
102
+ scipy==1.13.1
103
+ seaborn==0.13.2
104
+ semantic-version==2.10.0
105
+ shellingham==1.5.4
106
+ six==1.16.0
107
+ smmap==5.0.1
108
+ sniffio==1.3.1
109
+ stack-data==0.6.3
110
+ starlette==0.41.0
111
+ streamlit==1.40.1
112
+ tabulate==0.9.0
113
+ tenacity==8.3.0
114
+ termcolor==2.4.0
115
+ threadpoolctl==3.5.0
116
+ tiktoken==0.9.0
117
+ tokenizers==0.20.0
118
+ toml==0.10.2
119
+ tomlkit==0.12.0
120
+ tornado==6.4.1
121
+ tqdm==4.66.4
122
+ traitlets==5.14.3
123
+ transformers==4.45.1
124
+ typer==0.12.5
125
+ typing_extensions==4.12.0
126
+ tzdata==2024.1
127
+ urllib3==2.2.1
128
+ uvicorn==0.32.0
129
+ virtualenv==20.26.6
130
+ watchdog==4.0.2
131
+ wcwidth==0.2.13
132
+ websockets==12.0