legolasyiu commited on
Commit
51a00cc
·
verified ·
1 Parent(s): 0dfae38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -19
requirements.txt CHANGED
@@ -1,19 +1,15 @@
1
- altair
2
- pandas
3
- streamlit
4
- deepagents
5
- langchain
6
- langchain-community
7
- langchain-huggingface
8
- langgraph
9
- torch
10
- transformers
11
- accelerate
12
- sentencepiece
13
- huggingface-hub
14
- openai
15
- anthropic
16
- google-generativeai
17
- python-dotenv
18
- tavily-python
19
-
 
1
+ streamlit>=1.37.0
2
+ pandas>=2.2.2
3
+ numpy>=1.26.4
4
+ altair>=5.3.0
5
+ langchain>=0.2.11
6
+ langchain-core>=0.2.11
7
+ langchain-openai>=0.1.8
8
+ deepagents>=0.1.5
9
+ tavily-python>=0.3.2
10
+ pypdf>=4.2.0
11
+ python-docx>=1.1.0
12
+ openai>=1.40.0
13
+ tiktoken>=0.7.0
14
+ typing-extensions>=4.12.2
15
+ requests>=2.32.3