achenyx1412 commited on
Commit
73d2643
·
verified ·
1 Parent(s): 107007d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -25
requirements.txt CHANGED
@@ -1,29 +1,27 @@
1
- # Core dependencies
2
  gradio==4.44.0
3
- langchain==0.3.0
4
- langchain-core==0.3.0
5
- langchain-openai==0.2.0
6
- langgraph==0.2.0
7
-
8
- # Data processing
9
- datasets==3.0.0
10
- huggingface-hub==0.25.0
11
-
12
- # ML/AI
13
- torch==2.1.0
14
- transformers==4.44.0
15
  faiss-cpu==1.8.0
16
- sentence-transformers==3.1.0
17
-
18
- # Graph and storage
 
 
19
  networkx==3.3
20
- pandas==2.2.0
21
-
22
- # Bio/Medical
23
- biopython==1.84
24
  wikipedia==1.4.0
25
-
26
- # Utilities
27
- python-Levenshtein==0.25.0
28
- tiktoken==0.7.0
29
- python-dotenv==1.0.0
 
1
+ # ========== Core Runtime ==========
2
  gradio==4.44.0
3
+ datasets==2.19.1
4
+ huggingface-hub==0.25.1
5
+ python-dotenv==1.0.1
6
+ # ========== LangChain & LangGraph ==========
7
+ langchain==0.2.14
8
+ langchain-core==0.2.38
9
+ langchain-openai==0.1.22
10
+ langgraph==0.1.10
11
+ # ========== NLP / Embedding / ML ==========
12
+ transformers==4.43.3
13
+ torch==2.3.0
 
14
  faiss-cpu==1.8.0
15
+ sentence-transformers==3.0.1
16
+ tiktoken==0.7.0
17
+ # ========== Data Handling ==========
18
+ pandas==2.2.2
19
+ numpy==1.26.4
20
  networkx==3.3
21
+ python-Levenshtein==0.25.1
22
+ # ========== External Data Sources ==========
23
+ biopython==1.83
 
24
  wikipedia==1.4.0
25
+ # ========== Utility ==========
26
+ protobuf==5.27.1
27
+ pyarrow==17.0.0