Skip to content

Installation and Docs fixes#35

Merged
rahulbshrestha merged 2 commits intocausalNLP:mainfrom
ARY2260:installation_and_docs_fixes
Apr 30, 2026
Merged

Installation and Docs fixes#35
rahulbshrestha merged 2 commits intocausalNLP:mainfrom
ARY2260:installation_and_docs_fixes

Conversation

@ARY2260
Copy link
Copy Markdown
Contributor

@ARY2260 ARY2260 commented Apr 30, 2026

This PR fixes the following:

  1. causal-agent package installation error:
    pip._vendor.pkg_resources.ContextualVersionConflict: (dowhy 0.14 (/miniconda3/envs/cais/lib/python3.10/site-packages), Requirement.parse('dowhy<0.12,>=0.11'), {'causal-agent'})
    Potential fix:
    lock dowhy<=0.11.1

    Added build test in CI to check installation of cais package.

  2. Given the latest Supply Chain Incident in LiteLLM package, it would be better to lock litellm package to >=v1.83.0 or <=v1.82.6 (refer to https://docs.litellm.ai/blog/security-update-march-2026)

  3. python: can't open file 'causal-agent/experiments/download_data.py' error
    Fix: update README file (Step 1 — Download the dataset)
    python experiments/data/download_data.py

  4. Docs build failure: sphinx-sitemap not found

@rahulbshrestha
Copy link
Copy Markdown
Collaborator

thanks a lot! looks great :)

@rahulbshrestha rahulbshrestha merged commit 86d0856 into causalNLP:main Apr 30, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants