Spaces:
Running
on
Zero
Running
on
Zero
File size: 553 Bytes
e06c4bf |
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 31 32 |
# Core dependencies qatch pandas>=2 tqdm>=4.66.1 sqlalchemy>=2.0.36 langgraph>=0.2.53 langchain>=0.3.9 func-timeout>=4.3.5 eval-type-backport>=0.2.0 # Conditional dependency for Gradio (requires Python >=3.10) gradio>=5.20.1; python_version >= "3.10" # Test dependencies streamlit>=1.43.0 plotly>=6.0.0 prefect>=3.2.11 distilabel[openai]>=1.5.3 ace-tools>=0.0 statistics>=1.0.3.5 transformers>=4.49.0 fsspec==2024.12.0 pytest # Docs dependencies mkdocs>=1.5.3 mkdocs-material>=9.4.7 mkdocstrings-python>=1.12.2 # Dev dependencies setuptools>=69.0.3 |