Code2MCP-FoamAgent / environment.yml
kabudadada
Fix dependency conflicts by removing version constraints and using pip instead of conda
9d25df1
name: openfoamAgent
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pip
- pip:
# Core dependencies
- fastapi
- uvicorn[standard]
- fastmcp
- pydantic
- python-dotenv
# Foam-Agent core
- faiss-cpu
- pyyaml
- requests
- numpy
# LangChain ecosystem (without version constraints)
- langchain
- langchain-core
- langchain-openai
- langchain-community
- langchain-aws
- langchain-anthropic
- langchain-ollama
- langchain-text-splitters
- langchain-experimental
- langgraph
- langgraph-checkpoint
- langgraph-sdk
- langserve
- langsmith
# LLM providers
- openai
- anthropic
# AWS
- boto3
- botocore
# HTTP and networking
- httpx
- httpcore
- aiohttp
- aiohappyeyeballs
- aiosignal
# Data processing
- pandas
- scikit-learn
- matplotlib
- seaborn
# Utilities
- click
- tqdm
- tenacity
- tiktoken
- orjson
- msgpack
- zstandard
# Additional dependencies
- sqlalchemy
- marshmallow
- gitingest