chrisjcc commited on
Commit
878f9ca
·
verified ·
1 Parent(s): a0f7fc3

Obtain package from GitHub confluence-ingestor repo

Browse files
Files changed (1) hide show
  1. 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
  # ==================================