fix: remove duplicate huggingface-hub, update tenacity version
Browse files- Removed duplicate huggingface-hub==1.2.3 (already have >=0.26.0)
- Updated tenacity from >=8.2.0 to >=9.1.2 (match pyproject.toml)
Co-Authored-By: Claude <noreply@anthropic.com>
- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -63,6 +63,5 @@ python-dotenv>=1.0.0 # Environment variable management
|
|
| 63 |
# ============================================================================
|
| 64 |
pydantic>=2.0.0 # Data validation (for StateGraph)
|
| 65 |
typing-extensions>=4.12.0 # Type hints support
|
| 66 |
-
tenacity>=
|
| 67 |
datasets==4.4.2
|
| 68 |
-
huggingface-hub==1.2.3
|
|
|
|
| 63 |
# ============================================================================
|
| 64 |
pydantic>=2.0.0 # Data validation (for StateGraph)
|
| 65 |
typing-extensions>=4.12.0 # Type hints support
|
| 66 |
+
tenacity>=9.1.2 # Retry logic with exponential backoff
|
| 67 |
datasets==4.4.2
|
|
|