Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -65
requirements.txt
CHANGED
|
@@ -1,65 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
huggingface-hub>=0.20.0
|
| 5 |
-
|
| 6 |
-
# File handling and utilities
|
| 7 |
-
python-dotenv>=1.0.0
|
| 8 |
-
pyyaml>=6.0.1
|
| 9 |
-
requests>=2.31.0
|
| 10 |
-
|
| 11 |
-
# Git integration
|
| 12 |
-
gitpython>=3.1.40
|
| 13 |
-
|
| 14 |
-
# Data processing
|
| 15 |
-
pandas>=2.1.0
|
| 16 |
-
numpy>=1.24.0
|
| 17 |
-
|
| 18 |
-
# UI components
|
| 19 |
-
streamlit-extras>=0.3.6
|
| 20 |
-
streamlit-chat>=0.1.1
|
| 21 |
-
|
| 22 |
-
# Async support
|
| 23 |
-
aiohttp>=3.9.0
|
| 24 |
-
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 25 |
-
# TIA-ARCHITECT-CORE Requirements (Python 3.13 Compatible)
|
| 26 |
-
# βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 27 |
-
|
| 28 |
-
# Core UI & Web Framework
|
| 29 |
-
streamlit>=1.42.0
|
| 30 |
-
requests>=2.32.0
|
| 31 |
-
|
| 32 |
-
# Data Processing & Visualization (Python 3.13 Compatible)
|
| 33 |
-
numpy>=2.0.0
|
| 34 |
-
pandas>=2.2.0
|
| 35 |
-
plotly>=5.24.0
|
| 36 |
-
networkx>=3.4.0
|
| 37 |
-
|
| 38 |
-
# Google Services Integration
|
| 39 |
-
google-genai>=1.70.0
|
| 40 |
-
google-api-python-client>=2.193.0
|
| 41 |
-
gspread>=6.1.2
|
| 42 |
-
google-auth>=2.35.0
|
| 43 |
-
google-auth-oauthlib>=1.2.0
|
| 44 |
-
google-auth-httplib2>=0.2.0
|
| 45 |
-
pygsheets>=2.0.6
|
| 46 |
-
|
| 47 |
-
# HuggingFace Integration
|
| 48 |
-
huggingface_hub>=0.28.1
|
| 49 |
-
transformers>=4.45.0
|
| 50 |
-
accelerate>=0.30.0
|
| 51 |
-
bitsandbytes>=0.43.0
|
| 52 |
-
|
| 53 |
-
# RAG & Vector Store
|
| 54 |
-
faiss-cpu>=1.9.0
|
| 55 |
-
sentence-transformers>=3.1.0
|
| 56 |
-
|
| 57 |
-
# LLM & AI Tools
|
| 58 |
-
llama-index>=0.14.0
|
| 59 |
-
smolagents>=1.0.0
|
| 60 |
-
lancedb>=0.12.0
|
| 61 |
-
|
| 62 |
-
# System Utilities
|
| 63 |
-
setuptools>=75.0.0
|
| 64 |
-
python-dotenv>=1.0.1
|
| 65 |
-
rich>=13.9.0
|
|
|
|
| 1 |
+
flask
|
| 2 |
+
huggingface_hub
|
| 3 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|