Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +22 -30
requirements.txt
CHANGED
@@ -1,39 +1,31 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
5 |
flax
|
6 |
-
transformers
|
7 |
-
Pillow
|
8 |
huggingface-hub
|
|
|
|
|
9 |
numpy
|
10 |
-
streamlit
|
11 |
-
plotly
|
12 |
pandas
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
pylint
|
19 |
-
mypy
|
20 |
-
black
|
21 |
-
isort
|
22 |
-
statistics
|
23 |
-
autopep8
|
24 |
pytest
|
25 |
pytest-asyncio
|
26 |
pytest-cov
|
27 |
-
bandit
|
28 |
-
safety
|
29 |
-
prometheus-client
|
30 |
-
python-json-logger
|
31 |
-
streamlit-extras
|
32 |
-
streamlit-plotly-events
|
33 |
-
astroid
|
34 |
radon
|
35 |
-
|
36 |
-
|
37 |
smolagents[litellm]
|
38 |
-
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp
|
2 |
+
astroid
|
3 |
+
autopep8
|
4 |
+
bandit
|
5 |
+
black
|
6 |
flax
|
|
|
|
|
7 |
huggingface-hub
|
8 |
+
mkdocs
|
9 |
+
memory-profiler
|
10 |
numpy
|
|
|
|
|
11 |
pandas
|
12 |
+
pdoc3
|
13 |
+
plotly
|
14 |
+
prometheus-client
|
15 |
+
psutil
|
16 |
+
pytesseract
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
pytest
|
18 |
pytest-asyncio
|
19 |
pytest-cov
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
radon
|
21 |
+
sentence-transformers
|
22 |
+
smolagents
|
23 |
smolagents[litellm]
|
24 |
+
streamlit
|
25 |
+
streamlit-extras
|
26 |
+
streamlit-plotly-events
|
27 |
+
statistics
|
28 |
+
torch
|
29 |
+
transformers
|
30 |
+
python-dotenv
|
31 |
+
typing-extensions
|