Skip to content

Commit 85706ef

Browse files
committed
docs: add Python 3.11 ReadTheDocs environment file
Add environment-py311-rtd.yml for building docs with Python 3.11 and updated dependency versions: - scipy>=1.16.0 - numpy>=1.25.2 - scikit-learn>=1.6.0 - statsmodels>=0.14.5 - cython==3.0.11
1 parent c231476 commit 85706ef

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

docs/environment-py311-rtd.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: causalml-rtd-py311
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- pip=24.0
7+
- python=3.11
8+
- pandoc
9+
- sphinx
10+
- sphinx_rtd_theme
11+
- sphinxcontrib-bibtex<2.0.0
12+
- nbsphinx
13+
- pip:
14+
- cython==3.0.11
15+
- dill==0.3.8
16+
- importlib-metadata==8.5.0
17+
- joblib==1.4.0
18+
- lightgbm==4.5.0
19+
- matplotlib==3.9.2
20+
- multiprocess==0.70.16
21+
- numba==0.60.0
22+
- numpy>=1.25.2
23+
- pandas==2.2.2
24+
- pyro-api==0.1.2
25+
- pyro-ppl==1.9.1
26+
- scikit-learn>=1.6.0
27+
- scipy>=1.16.0
28+
- seaborn==0.13.2
29+
- shap==0.46.0
30+
- statsmodels>=0.14.5
31+
- xgboost==2.1.3

0 commit comments

Comments
 (0)