Update requirements.txt

#2
by Tonycrux - opened
Files changed (1) hide show
  1. requirements.txt +28 -5
requirements.txt CHANGED
@@ -1,20 +1,43 @@
1
  annotated-types==0.7.0
2
  anyio==4.9.0
 
 
3
  click==8.2.1
4
  colorama==0.4.6
5
  fastapi==0.115.14
 
 
6
  h11==0.16.0
 
7
  idna==3.10
 
8
  joblib==1.5.1
9
- lightgbm
10
- numpy>=1.23,<2.3
 
 
 
 
 
11
  pydantic==2.11.7
12
  pydantic_core==2.33.2
13
- scikit-learn>=1.0,<1.4
14
- scipy>=1.4,<1.12
 
 
 
 
 
 
15
  sniffio==1.3.1
16
  starlette==0.46.2
 
17
  threadpoolctl==3.6.0
 
 
 
 
18
  typing-inspection==0.4.1
19
  typing_extensions==4.14.0
20
- uvicorn==0.35.0
 
 
1
  annotated-types==0.7.0
2
  anyio==4.9.0
3
+ certifi==2025.7.14
4
+ charset-normalizer==3.4.2
5
  click==8.2.1
6
  colorama==0.4.6
7
  fastapi==0.115.14
8
+ filelock==3.18.0
9
+ fsspec==2025.7.0
10
  h11==0.16.0
11
+ huggingface-hub==0.33.4
12
  idna==3.10
13
+ Jinja2==3.1.6
14
  joblib==1.5.1
15
+ lightgbm==4.6.0
16
+ MarkupSafe==3.0.2
17
+ mpmath==1.3.0
18
+ networkx==3.5
19
+ numpy==2.3.1
20
+ packaging==25.0
21
+ pillow==11.3.0
22
  pydantic==2.11.7
23
  pydantic_core==2.33.2
24
+ PyYAML==6.0.2
25
+ regex==2024.11.6
26
+ requests==2.32.4
27
+ safetensors==0.5.3
28
+ scikit-learn==1.7.0
29
+ scipy==1.16.0
30
+ sentence-transformers==5.0.0
31
+ setuptools==80.9.0
32
  sniffio==1.3.1
33
  starlette==0.46.2
34
+ sympy==1.14.0
35
  threadpoolctl==3.6.0
36
+ tokenizers==0.21.2
37
+ torch==2.7.1
38
+ tqdm==4.67.1
39
+ transformers==4.53.3
40
  typing-inspection==0.4.1
41
  typing_extensions==4.14.0
42
+ urllib3==2.5.0
43
+ uvicorn==0.35.0