Spaces:
Sleeping
Sleeping
File size: 488 Bytes
2929135 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
name: langgraph
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- pip:
- langgraph>=0.0.15
- langchain>=0.1.0
- openai>=1.3.0
- python-dotenv>=0.19.0
- pydantic>=2.0.0
- typing-extensions>=4.5.0
- python-json-logger>=2.0.7
- structlog>=24.1.0
- pytest>=7.0.0
- pytest-asyncio>=0.23.0
- pytest-cov>=4.1.0
- black>=23.0.0
- isort>=5.12.0
- flake8>=6.1.0
- mkdocs>=1.5.0
- mkdocs-material>=9.5.0
|