acecalisto3 commited on
Commit
805f6b2
·
verified ·
1 Parent(s): d6699fb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -30
requirements.txt CHANGED
@@ -1,39 +1,31 @@
1
- smolagents
2
- opencv-python-headless
3
- pytesseract
4
- torch
 
5
  flax
6
- transformers
7
- Pillow
8
  huggingface-hub
 
 
9
  numpy
10
- streamlit
11
- plotly
12
  pandas
13
- python-dotenv
14
- aiohttp
15
- asyncio
16
- pydantic
17
- typing-extensions
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
- pdoc3
36
- mkdocs
37
  smolagents[litellm]
38
- psutil
39
- memory-profiler
 
 
 
 
 
 
 
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