abdibrahem commited on
Commit
75b4624
·
1 Parent(s): a76781c

Fix requirements.txt file

Browse files
Files changed (2) hide show
  1. old_requirements.txt +82 -0
  2. requirements.txt +35 -62
old_requirements.txt ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ certifi==2025.4.26
8
+ charset-normalizer==3.4.2
9
+ click==8.2.1
10
+ dataclasses-json==0.6.7
11
+ distro==1.9.0
12
+ fastapi==0.115.12
13
+ filelock==3.18.0
14
+ frozenlist==1.6.0
15
+ fsspec==2025.3.2
16
+ greenlet==3.2.2
17
+ h11==0.16.0
18
+ hf-xet==1.1.2
19
+ httpcore==1.0.9
20
+ httpx==0.28.1
21
+ httpx-sse==0.4.0
22
+ huggingface-hub==0.31.4
23
+ idna==3.10
24
+ Jinja2==3.1.6
25
+ jiter==0.9.0
26
+ joblib==1.5.0
27
+ jsonpatch==1.33
28
+ jsonpointer==3.0.0
29
+ langchain==0.3.25
30
+ langchain-community==0.3.24
31
+ langchain-core==0.3.59
32
+ langchain-huggingface==0.2.0
33
+ langchain-ollama==0.3.2
34
+ langchain-openai==0.3.16
35
+ langchain-text-splitters==0.3.8
36
+ langdetect==1.0.9
37
+ langsmith==0.3.42
38
+ MarkupSafe==3.0.2
39
+ marshmallow==3.26.1
40
+ mpmath==1.3.0
41
+ multidict==6.4.3
42
+ mypy_extensions==1.1.0
43
+ networkx==3.4.2
44
+ numpy==1.26.4
45
+ ollama==0.4.8
46
+ openai==1.78.1
47
+ orjson==3.10.18
48
+ packaging==24.2
49
+ pillow==11.2.1
50
+ propcache==0.3.1
51
+ pydantic==2.11.4
52
+ pydantic-settings==2.9.1
53
+ pydantic_core==2.33.2
54
+ python-dotenv==1.1.0
55
+ PyYAML==6.0.2
56
+ regex==2024.11.6
57
+ requests==2.32.3
58
+ requests-toolbelt==1.0.0
59
+ safetensors==0.5.3
60
+ scikit-learn==1.6.1
61
+ scipy==1.15.3
62
+ sentence-transformers==4.1.0
63
+ six==1.17.0
64
+ sniffio==1.3.1
65
+ SQLAlchemy==2.0.40
66
+ starlette==0.46.2
67
+ sympy==1.14.0
68
+ tenacity==9.1.2
69
+ threadpoolctl==3.6.0
70
+ tiktoken==0.9.0
71
+ tokenizers==0.21.1
72
+ torch==2.2.2
73
+ tqdm==4.67.1
74
+ transformers==4.51.3
75
+ typing-inspect==0.9.0
76
+ typing-inspection==0.4.0
77
+ typing_extensions==4.13.2
78
+ urllib3==2.4.0
79
+ uvicorn==0.34.2
80
+ vaderSentiment==3.3.2
81
+ yarl==1.20.0
82
+ zstandard==0.23.0
requirements.txt CHANGED
@@ -4,15 +4,16 @@ aiosignal==1.3.2
4
  annotated-types==0.7.0
5
  anyio==4.9.0
6
  attrs==25.3.0
 
7
  certifi==2025.4.26
8
  charset-normalizer==3.4.2
9
  click==8.2.1
10
  dataclasses-json==0.6.7
11
  distro==1.9.0
12
- fastapi==0.115.12
13
  filelock==3.18.0
14
  frozenlist==1.6.0
15
- fsspec==2025.3.2
16
  greenlet==3.2.2
17
  h11==0.16.0
18
  hf-xet==1.1.2
@@ -23,7 +24,7 @@ huggingface-hub==0.31.4
23
  idna==3.10
24
  Jinja2==3.1.6
25
  jiter==0.9.0
26
- joblib==1.5.0
27
  jsonpatch==1.33
28
  jsonpointer==3.0.0
29
  langchain==0.3.25
@@ -35,33 +36,55 @@ langchain-openai==0.3.16
35
  langchain-text-splitters==0.3.8
36
  langdetect==1.0.9
37
  langsmith==0.3.42
 
 
 
38
  MarkupSafe==3.0.2
39
  marshmallow==3.26.1
40
  mpmath==1.3.0
 
41
  multidict==6.4.3
42
  mypy_extensions==1.1.0
43
- networkx==3.4.2
 
44
  numpy==1.26.4
 
 
 
 
 
 
 
 
 
 
 
 
45
  ollama==0.4.8
46
  openai==1.78.1
 
47
  orjson==3.10.18
48
  packaging==24.2
49
  pillow==11.2.1
 
50
  propcache==0.3.1
51
- pydantic==2.11.4
52
  pydantic-settings==2.9.1
53
  pydantic_core==2.33.2
54
  python-dotenv==1.1.0
 
55
  PyYAML==6.0.2
56
  regex==2024.11.6
57
  requests==2.32.3
58
  requests-toolbelt==1.0.0
59
  safetensors==0.5.3
60
- scikit-learn==1.6.1
61
- scipy==1.15.3
62
  sentence-transformers==4.1.0
63
  six==1.17.0
64
  sniffio==1.3.1
 
 
65
  SQLAlchemy==2.0.40
66
  starlette==0.46.2
67
  sympy==1.14.0
@@ -72,63 +95,13 @@ tokenizers==0.21.1
72
  torch==2.2.2
73
  tqdm==4.67.1
74
  transformers==4.51.3
 
75
  typing-inspect==0.9.0
76
- typing-inspection==0.4.0
77
- typing_extensions==4.13.2
78
- urllib3==2.4.0
79
- uvicorn==0.34.2
80
- vaderSentiment==3.3.2
81
- yarl==1.20.0
82
- zstandard==0.23.0
83
- annotated-types==0.7.0
84
- anyio==4.9.0
85
- audioread==3.0.1
86
- # certifi==2025.6.15
87
- cffi==1.17.1
88
- charset-normalizer==3.4.2
89
- click==8.2.1
90
- decorator==5.2.1
91
- fastapi==0.115.13
92
- filelock==3.18.0
93
- fsspec==2025.5.1
94
- h11==0.16.0
95
- idna==3.10
96
- Jinja2==3.1.6
97
- joblib==1.5.1
98
- lazy_loader==0.4
99
- librosa==0.11.0
100
- llvmlite==0.44.0
101
- MarkupSafe==3.0.2
102
- more-itertools==10.7.0
103
- mpmath==1.3.0
104
- msgpack==1.1.1
105
- networkx==3.5
106
- numba==0.61.2
107
- numpy==1.26.4
108
- openai-whisper @ git+https://github.com/openai/whisper.git@dd985ac4b90cafeef8712f2998d62c59c3e62d22
109
- packaging==25.0
110
- platformdirs==4.3.8
111
- pooch==1.8.2
112
- pycparser==2.22
113
- pydantic==2.11.7
114
- pydantic_core==2.33.2
115
- python-multipart==0.0.20
116
- regex==2024.11.6
117
- requests==2.32.4
118
- scikit-learn==1.7.0
119
- scipy==1.16.0
120
- six==1.17.0
121
- sniffio==1.3.1
122
- soundfile==0.13.1
123
- soxr==0.5.0.post1
124
- starlette==0.46.2
125
- sympy==1.14.0
126
- threadpoolctl==3.6.0
127
- tiktoken==0.9.0
128
- torch==2.2.2
129
- tqdm==4.67.1
130
  typing-inspection==0.4.1
131
- typing_extensions==4.14.0
132
  urllib3==2.5.0
133
  uvicorn==0.34.3
 
134
  whisper==1.1.10
 
 
 
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
 
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
 
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
 
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