abdibrahem commited on
Commit
4016b5a
·
1 Parent(s): 04526a1

Update the requirements

Browse files
Files changed (2) hide show
  1. old_2_requirements.txt +109 -0
  2. requirements.txt +10 -4
old_2_requirements.txt ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.11.18
3
+ aiosignal==1.3.2
4
+ annotated-types==0.7.0
5
+ anyio==4.9.0
6
+ attrs==25.3.0
7
+ audioread==3.0.1
8
+ certifi==2025.4.26
9
+ charset-normalizer==3.4.2
10
+ click==8.2.1
11
+ dataclasses-json==0.6.7
12
+ distro==1.9.0
13
+ fastapi==0.115.13
14
+ filelock==3.18.0
15
+ frozenlist==1.6.0
16
+ fsspec==2025.5.1
17
+ greenlet==3.2.2
18
+ h11==0.16.0
19
+ hf-xet==1.1.2
20
+ httpcore==1.0.9
21
+ httpx==0.28.1
22
+ httpx-sse==0.4.0
23
+ huggingface-hub==0.31.4
24
+ idna==3.10
25
+ Jinja2==3.1.6
26
+ jiter==0.9.0
27
+ joblib==1.5.1
28
+ jsonpatch==1.33
29
+ jsonpointer==3.0.0
30
+ langchain==0.3.25
31
+ langchain-community==0.3.24
32
+ langchain-core==0.3.59
33
+ langchain-huggingface==0.2.0
34
+ langchain-ollama==0.3.2
35
+ langchain-openai==0.3.16
36
+ langchain-text-splitters==0.3.8
37
+ langdetect==1.0.9
38
+ langsmith==0.3.42
39
+ lazy_loader==0.4
40
+ librosa==0.11.0
41
+ llvmlite==0.44.0
42
+ MarkupSafe==3.0.2
43
+ marshmallow==3.26.1
44
+ mpmath==1.3.0
45
+ msgpack==1.1.1
46
+ multidict==6.4.3
47
+ mypy_extensions==1.1.0
48
+ networkx==3.5
49
+ numba==0.61.2
50
+ numpy==1.26.4
51
+ nvidia-cublas-cu12==12.1.3.1
52
+ nvidia-cuda-cupti-cu12==12.1.105
53
+ nvidia-cuda-nvrtc-cu12==12.1.105
54
+ nvidia-cuda-runtime-cu12==12.1.105
55
+ nvidia-cudnn-cu12==8.9.2.26
56
+ nvidia-cufft-cu12==11.0.2.54
57
+ nvidia-curand-cu12==10.3.2.106
58
+ nvidia-cusolver-cu12==11.4.5.107
59
+ nvidia-cusparse-cu12==12.1.0.106
60
+ nvidia-nccl-cu12==2.19.3
61
+ nvidia-nvjitlink-cu12==12.9.86
62
+ nvidia-nvtx-cu12==12.1.105
63
+ ollama==0.4.8
64
+ openai==1.78.1
65
+ openai-whisper @ git+https://github.com/openai/whisper.git@dd985ac4b90cafeef8712f2998d62c59c3e62d22
66
+ orjson==3.10.18
67
+ packaging==24.2
68
+ pillow==11.2.1
69
+ pooch==1.8.2
70
+ propcache==0.3.1
71
+ pydantic==2.11.7
72
+ pydantic-settings==2.9.1
73
+ pydantic_core==2.33.2
74
+ python-dotenv==1.1.0
75
+ python-multipart==0.0.20
76
+ PyYAML==6.0.2
77
+ regex==2024.11.6
78
+ requests==2.32.3
79
+ requests-toolbelt==1.0.0
80
+ safetensors==0.5.3
81
+ scikit-learn==1.7.0
82
+ scipy==1.16.0
83
+ sentence-transformers==4.1.0
84
+ six==1.17.0
85
+ sniffio==1.3.1
86
+ soundfile==0.13.1
87
+ soxr==0.5.0.post1
88
+ SQLAlchemy==2.0.40
89
+ starlette==0.46.2
90
+ sympy==1.14.0
91
+ tenacity==9.1.2
92
+ threadpoolctl==3.6.0
93
+ tiktoken==0.9.0
94
+ tokenizers==0.21.1
95
+ torch==2.2.2
96
+ tqdm==4.67.1
97
+ transformers==4.51.3
98
+ triton==3.3.1
99
+ typing-inspect==0.9.0
100
+ typing-inspection==0.4.1
101
+ typing_extensions==4.13.2
102
+ urllib3==2.5.0
103
+ uvicorn==0.34.3
104
+ vaderSentiment==3.3.2
105
+ whisper==1.1.10
106
+ yarl==1.20.0
107
+ zstandard==0.23.0
108
+ pydub==0.25.1
109
+ jose
requirements.txt CHANGED
@@ -5,16 +5,20 @@ annotated-types==0.7.0
5
  anyio==4.9.0
6
  attrs==25.3.0
7
  audioread==3.0.1
 
8
  certifi==2025.4.26
9
  charset-normalizer==3.4.2
10
  click==8.2.1
11
  dataclasses-json==0.6.7
12
  distro==1.9.0
 
 
 
13
  fastapi==0.115.13
14
  filelock==3.18.0
15
  frozenlist==1.6.0
16
  fsspec==2025.5.1
17
- greenlet==3.2.2
18
  h11==0.16.0
19
  hf-xet==1.1.2
20
  httpcore==1.0.9
@@ -65,18 +69,22 @@ openai==1.78.1
65
  openai-whisper @ git+https://github.com/openai/whisper.git@dd985ac4b90cafeef8712f2998d62c59c3e62d22
66
  orjson==3.10.18
67
  packaging==24.2
 
68
  pillow==11.2.1
69
  pooch==1.8.2
70
  propcache==0.3.1
 
71
  pydantic==2.11.7
72
  pydantic-settings==2.9.1
73
  pydantic_core==2.33.2
74
  python-dotenv==1.1.0
 
75
  python-multipart==0.0.20
76
  PyYAML==6.0.2
77
  regex==2024.11.6
78
  requests==2.32.3
79
  requests-toolbelt==1.0.0
 
80
  safetensors==0.5.3
81
  scikit-learn==1.7.0
82
  scipy==1.16.0
@@ -104,6 +112,4 @@ uvicorn==0.34.3
104
  vaderSentiment==3.3.2
105
  whisper==1.1.10
106
  yarl==1.20.0
107
- zstandard==0.23.0
108
- pydub==0.25.1
109
- jose
 
5
  anyio==4.9.0
6
  attrs==25.3.0
7
  audioread==3.0.1
8
+ bcrypt==4.3.0
9
  certifi==2025.4.26
10
  charset-normalizer==3.4.2
11
  click==8.2.1
12
  dataclasses-json==0.6.7
13
  distro==1.9.0
14
+ dnspython==2.7.0
15
+ ecdsa==0.19.1
16
+ email_validator==2.2.0
17
  fastapi==0.115.13
18
  filelock==3.18.0
19
  frozenlist==1.6.0
20
  fsspec==2025.5.1
21
+ greenlet==3.2.3
22
  h11==0.16.0
23
  hf-xet==1.1.2
24
  httpcore==1.0.9
 
69
  openai-whisper @ git+https://github.com/openai/whisper.git@dd985ac4b90cafeef8712f2998d62c59c3e62d22
70
  orjson==3.10.18
71
  packaging==24.2
72
+ passlib==1.7.4
73
  pillow==11.2.1
74
  pooch==1.8.2
75
  propcache==0.3.1
76
+ pyasn1==0.6.1
77
  pydantic==2.11.7
78
  pydantic-settings==2.9.1
79
  pydantic_core==2.33.2
80
  python-dotenv==1.1.0
81
+ python-jose==3.3.0
82
  python-multipart==0.0.20
83
  PyYAML==6.0.2
84
  regex==2024.11.6
85
  requests==2.32.3
86
  requests-toolbelt==1.0.0
87
+ rsa==4.9.1
88
  safetensors==0.5.3
89
  scikit-learn==1.7.0
90
  scipy==1.16.0
 
112
  vaderSentiment==3.3.2
113
  whisper==1.1.10
114
  yarl==1.20.0
115
+ zstandard==0.23.0