dauid64 commited on
Commit
3ca11bf
·
1 Parent(s): 91c106b

atualizando requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +61 -33
requirements.txt CHANGED
@@ -1,76 +1,104 @@
1
- altair==5.4.1
 
 
 
2
  annotated-types==0.7.0
3
- anyio==4.5.2
 
4
  attrs==25.1.0
5
- blinker==1.8.2
6
  cachetools==5.5.1
7
  certifi==2025.1.31
8
  charset-normalizer==3.4.1
9
  click==8.1.8
 
 
10
  distro==1.9.0
11
  exceptiongroup==1.2.2
 
 
 
 
 
12
  gitdb==4.0.12
13
  GitPython==3.1.44
 
14
  grpcio==1.70.0
15
  grpcio-tools==1.70.0
16
  h11==0.14.0
17
- h2==4.1.0
18
- hpack==4.0.0
19
  httpcore==1.0.7
20
  httpx==0.28.1
21
- hyperframe==6.0.1
 
 
 
22
  idna==3.10
23
- importlib-resources==6.4.5
24
- jinja2==3.1.5
25
  jiter==0.8.2
26
  jsonpatch==1.33
27
  jsonpointer==3.0.0
28
  jsonschema==4.23.0
29
- jsonschema-specifications==2023.12.1
30
- langchain-core==0.2.43
31
- langchain-openai==0.1.25
32
- langchain-qdrant==0.1.4
33
- langsmith==0.1.147
 
 
 
34
  markdown-it-py==3.0.0
35
- MarkupSafe==2.1.5
 
36
  mdurl==0.1.2
37
- narwhals==1.25.0
38
- numpy==1.24.4
39
- openai==1.61.0
 
 
 
 
40
  orjson==3.10.15
41
  packaging==24.2
42
- pandas==2.0.3
43
- pillow==10.4.0
44
- pkgutil-resolve-name==1.3.10
45
  portalocker==2.10.1
 
46
  protobuf==5.29.3
47
- pyarrow==17.0.0
48
  pydantic==2.10.6
49
- pydantic-core==2.27.2
 
50
  pydeck==0.9.1
51
- pygments==2.19.1
52
  python-dateutil==2.9.0.post0
53
  python-dotenv==1.0.1
54
  pytz==2025.1
55
  PyYAML==6.0.2
56
- qdrant-client==1.12.1
57
- referencing==0.35.1
58
  regex==2024.11.6
59
  requests==2.32.3
60
  requests-toolbelt==1.0.0
61
  rich==13.9.4
62
- rpds-py==0.20.1
63
  six==1.17.0
64
  smmap==5.0.2
65
  sniffio==1.3.1
66
- streamlit==1.40.1
67
- tenacity==8.5.0
68
- tiktoken==0.7.0
 
 
 
69
  toml==0.10.2
70
  tornado==6.4.2
71
  tqdm==4.67.1
72
- typing-extensions==4.12.2
 
73
  tzdata==2025.1
74
- urllib3==2.2.3
75
- watchdog==4.0.2
76
- zipp==3.20.2
 
 
1
+ aiohappyeyeballs==2.4.6
2
+ aiohttp==3.11.12
3
+ aiosignal==1.3.2
4
+ altair==5.5.0
5
  annotated-types==0.7.0
6
+ anyio==4.8.0
7
+ async-timeout==4.0.3
8
  attrs==25.1.0
9
+ blinker==1.9.0
10
  cachetools==5.5.1
11
  certifi==2025.1.31
12
  charset-normalizer==3.4.1
13
  click==8.1.8
14
+ coloredlogs==15.0.1
15
+ dataclasses-json==0.6.7
16
  distro==1.9.0
17
  exceptiongroup==1.2.2
18
+ filelock==3.17.0
19
+ FlashRank==0.2.10
20
+ flatbuffers==25.2.10
21
+ frozenlist==1.5.0
22
+ fsspec==2025.2.0
23
  gitdb==4.0.12
24
  GitPython==3.1.44
25
+ greenlet==3.1.1
26
  grpcio==1.70.0
27
  grpcio-tools==1.70.0
28
  h11==0.14.0
29
+ h2==4.2.0
30
+ hpack==4.1.0
31
  httpcore==1.0.7
32
  httpx==0.28.1
33
+ httpx-sse==0.4.0
34
+ huggingface-hub==0.28.1
35
+ humanfriendly==10.0
36
+ hyperframe==6.1.0
37
  idna==3.10
38
+ Jinja2==3.1.5
 
39
  jiter==0.8.2
40
  jsonpatch==1.33
41
  jsonpointer==3.0.0
42
  jsonschema==4.23.0
43
+ jsonschema-specifications==2024.10.1
44
+ langchain==0.3.18
45
+ langchain-community==0.3.17
46
+ langchain-core==0.3.34
47
+ langchain-openai==0.3.4
48
+ langchain-qdrant==0.2.0
49
+ langchain-text-splitters==0.3.6
50
+ langsmith==0.3.8
51
  markdown-it-py==3.0.0
52
+ MarkupSafe==3.0.2
53
+ marshmallow==3.26.1
54
  mdurl==0.1.2
55
+ mpmath==1.3.0
56
+ multidict==6.1.0
57
+ mypy-extensions==1.0.0
58
+ narwhals==1.26.0
59
+ numpy==1.26.4
60
+ onnxruntime==1.20.1
61
+ openai==1.61.1
62
  orjson==3.10.15
63
  packaging==24.2
64
+ pandas==2.2.3
65
+ pillow==11.1.0
 
66
  portalocker==2.10.1
67
+ propcache==0.2.1
68
  protobuf==5.29.3
69
+ pyarrow==19.0.0
70
  pydantic==2.10.6
71
+ pydantic-settings==2.7.1
72
+ pydantic_core==2.27.2
73
  pydeck==0.9.1
74
+ Pygments==2.19.1
75
  python-dateutil==2.9.0.post0
76
  python-dotenv==1.0.1
77
  pytz==2025.1
78
  PyYAML==6.0.2
79
+ qdrant-client==1.13.2
80
+ referencing==0.36.2
81
  regex==2024.11.6
82
  requests==2.32.3
83
  requests-toolbelt==1.0.0
84
  rich==13.9.4
85
+ rpds-py==0.22.3
86
  six==1.17.0
87
  smmap==5.0.2
88
  sniffio==1.3.1
89
+ SQLAlchemy==2.0.38
90
+ streamlit==1.42.0
91
+ sympy==1.13.3
92
+ tenacity==9.0.0
93
+ tiktoken==0.8.0
94
+ tokenizers==0.21.0
95
  toml==0.10.2
96
  tornado==6.4.2
97
  tqdm==4.67.1
98
+ typing-inspect==0.9.0
99
+ typing_extensions==4.12.2
100
  tzdata==2025.1
101
+ urllib3==2.3.0
102
+ watchdog==6.0.0
103
+ yarl==1.18.3
104
+ zstandard==0.23.0