Spaces:
Runtime error
Runtime error
Obtain package from GitHub confluence-ingestor repo
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -33,8 +33,8 @@ torch>=2.9.1
|
|
| 33 |
sentence-transformers>=5.2.0
|
| 34 |
|
| 35 |
# Confluence ingestor tool (direct URL)
|
| 36 |
-
https://huggingface.co/spaces/chrisjcc/fraud_model_explainability_assistant/resolve/main/vendor/confluence_ingestor-0.3.0-py3-none-any.whl
|
| 37 |
-
|
| 38 |
|
| 39 |
# Development/Production (Optional)
|
| 40 |
# ==================================
|
|
|
|
| 33 |
sentence-transformers>=5.2.0
|
| 34 |
|
| 35 |
# Confluence ingestor tool (direct URL)
|
| 36 |
+
#https://huggingface.co/spaces/chrisjcc/fraud_model_explainability_assistant/resolve/main/vendor/confluence_ingestor-0.3.0-py3-none-any.whl
|
| 37 |
+
https://${GITHUB_TOKEN}:x-oauth-basic@github.com/chrisjcc/confluence-ingestor/releases/tag/v0.0.1/confluence_ingestor-0.3.0-py3-none-any.whl
|
| 38 |
|
| 39 |
# Development/Production (Optional)
|
| 40 |
# ==================================
|