rwayz commited on
Commit
780850e
·
verified ·
1 Parent(s): 2afa395

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -28
requirements.txt DELETED
@@ -1,28 +0,0 @@
1
- # Core LangGraph and LangChain
2
- langgraph>=0.2.0
3
- langchain>=0.3.0
4
- langchain-openai>=0.2.0
5
- langchain-anthropic>=0.2.0
6
- langchain-community>=0.3.0
7
- langchain-core>=0.3.0
8
-
9
- # LangSmith for observability and tracing
10
- langsmith>=0.1.39
11
-
12
- # Database and Data Processing
13
- pandas>=2.0.0
14
- sqlalchemy>=2.0.0
15
- numpy>=1.24.0
16
-
17
- # AI/ML Libraries
18
- huggingface_hub>=0.20.0
19
-
20
- # Graph Generation Libraries
21
- matplotlib>=3.7.0
22
- pillow>=10.0.0
23
-
24
- # Web Interface
25
- gradio>=4.0.0
26
-
27
- # Utilities
28
- python-dotenv>=1.0.0