File size: 555 Bytes
8a9c6ae f2a52eb 8a9c6ae f2a52eb | 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 26 27 28 29 30 | name: pathagent
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- pip:
# Core dependencies
- requests
- pandas
- numpy
- pydantic
# LangChain ecosystem
- langchain
- langchain_core
- langchain-core
- langchain-openai
- langchain-anthropic
- langchain-ollama
- langchain-huggingface
- langgraph
# OpenAI + Anthropic API SDKs
- openai
- anthropic
- dotenv
# LazySlide (histopathology toolkit)
- lazyslide
|