yoshizen commited on
Commit
ac9c0a8
·
verified ·
1 Parent(s): 9b10144

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -8,9 +8,8 @@ bitsandbytes==0.42.0
8
  pandas==2.2.1
9
  numpy==1.26.4
10
 
11
- # LlamaIndex и инструменты ИИ (совместимые версии)
12
- llama-index-core==0.10.20
13
- llama-index-llms-huggingface==0.1.2
14
  sentence-transformers==2.7.0
15
 
16
  # Интерфейс и веб
@@ -24,5 +23,6 @@ Pillow==10.2.0
24
  tqdm==4.66.2
25
  python-dotenv==1.0.1
26
 
27
- # Фиксированная версия huggingface_hub
28
- huggingface-hub==0.19.4
 
 
8
  pandas==2.2.1
9
  numpy==1.26.4
10
 
11
+ # LlamaIndex и инструменты ИИ (обновленные версии)
12
+ llama-index-core==0.10.33
 
13
  sentence-transformers==2.7.0
14
 
15
  # Интерфейс и веб
 
23
  tqdm==4.66.2
24
  python-dotenv==1.0.1
25
 
26
+ # Фиксированные версии для совместимости
27
+ huggingface-hub==0.19.4
28
+ llama-index-llms-huggingface==0.1.4