ClinicalTrialV2 / requirements_old3.txt
高橋慧
light editon
c33e580
# Core web framework (固定バージョンで安定性確保)
gradio==4.44.0
# Data processing
pandas>=1.5.0
numpy>=1.21.0
requests>=2.25.0
# LangChain ecosystem (互換性のあるバージョンに調整)
langchain==0.2.16
langchain-community==0.2.16
langchain-core==0.2.38
langchain-openai==0.1.23
langchain-groq==0.1.9
langchain-text-splitters==0.2.4
# LLM providers
openai>=1.0.0,<2.0.0
groq>=0.4.0
# Database utilities
SQLAlchemy>=2.0.0,<3.0.0
# Pydantic (LangChain互換性のため)
pydantic>=2.5.0,<3.0.0
# Text processing (軽量化)
tiktoken>=0.4.0
# Utilities
tenacity>=8.0.0
packaging>=23.0.0
# Optional: Bio-related libraries (if needed for your specific use case)
# Uncomment the following lines if bio-processing is required
# biopython>=1.83
# bio>=1.7.1
# biothings-client>=0.3.1
# mygene>=3.2.2
# Optional: Advanced LangChain features (if needed)
# langchainhub>=0.1.20
# langgraph>=0.2.30
# Optional: Additional LLama Index support (if needed)
# Uncomment if you're using LlamaIndex in addition to LangChain
# llama-index>=0.10.0
# llama-index-core>=0.10.0
# llama-index-llms-openai>=0.1.20
# llama-index-llms-groq>=0.1.4