minhpng commited on
Commit
7e4321a
·
1 Parent(s): d428744

update requirement.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -1
requirements.txt CHANGED
@@ -12,24 +12,50 @@ filelock==3.16.1
12
  flatbuffers==24.3.25
13
  fsspec==2024.9.0
14
  h11==0.14.0
 
 
15
  huggingface-hub==0.25.1
16
  humanfriendly==10.0
17
  idna==3.10
 
 
 
 
 
 
 
 
 
18
  mpmath==1.3.0
 
19
  numpy==2.1.2
 
20
  onnxruntime==1.19.2
 
21
  packaging==24.1
 
22
  protobuf==5.28.2
23
  pydantic==2.9.2
24
  pydantic_core==2.23.4
 
25
  PyYAML==6.0.2
 
26
  requests==2.32.3
 
 
 
 
 
27
  setuptools==75.1.0
28
  sniffio==1.3.1
29
  starlette==0.38.5
30
- sympy==1.13.3
 
 
31
  tokenizers==0.20.0
 
32
  tqdm==4.66.5
 
33
  typing_extensions==4.12.2
34
  urllib3==2.2.3
35
  uvicorn==0.30.6
 
12
  flatbuffers==24.3.25
13
  fsspec==2024.9.0
14
  h11==0.14.0
15
+ httpcore==1.0.7
16
+ httpx==0.27.2
17
  huggingface-hub==0.25.1
18
  humanfriendly==10.0
19
  idna==3.10
20
+ Jinja2==3.1.4
21
+ joblib==1.4.2
22
+ jsonpatch==1.33
23
+ jsonpointer==3.0.0
24
+ langchain-core==0.3.19
25
+ langchain-huggingface==0.1.2
26
+ langchain-ollama==0.2.0
27
+ langsmith==0.1.144
28
+ MarkupSafe==3.0.2
29
  mpmath==1.3.0
30
+ networkx==3.4.2
31
  numpy==2.1.2
32
+ ollama==0.4.1
33
  onnxruntime==1.19.2
34
+ orjson==3.10.11
35
  packaging==24.1
36
+ pillow==11.0.0
37
  protobuf==5.28.2
38
  pydantic==2.9.2
39
  pydantic_core==2.23.4
40
+ python-dotenv==1.0.1
41
  PyYAML==6.0.2
42
+ regex==2024.11.6
43
  requests==2.32.3
44
+ requests-toolbelt==1.0.0
45
+ safetensors==0.4.5
46
+ scikit-learn==1.5.2
47
+ scipy==1.14.1
48
+ sentence-transformers==3.3.1
49
  setuptools==75.1.0
50
  sniffio==1.3.1
51
  starlette==0.38.5
52
+ sympy==1.13.1
53
+ tenacity==9.0.0
54
+ threadpoolctl==3.5.0
55
  tokenizers==0.20.0
56
+ torch==2.5.1
57
  tqdm==4.66.5
58
+ transformers==4.46.3
59
  typing_extensions==4.12.2
60
  urllib3==2.2.3
61
  uvicorn==0.30.6