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

Update requirements.txt

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