".github/vscode:/vscode.git/clone" did not exist on "1ee7c2927e68b730a3cd48486f239a1456002cea"
env.yml 461 Bytes
Newer Older
1
2
3
4
5
name: docs-env
channels:
  - nodefaults
  - conda-forge
dependencies:
6
  - breathe>=4.35
7
8
9
10
11
12
13
14
  - python=3.12
  - r-base>=4.3.3
  - r-data.table=1.16.4
  - r-jsonlite=1.8.9
  - r-knitr=1.49
  - r-markdown=1.13
  - r-matrix=1.6_5
  - r-pkgdown=2.1.1
15
  - r-roxygen2=7.3.2
16
17
  # skipping scikit-learn 1.7.1 because of the problems described in https://github.com/microsoft/LightGBM/issues/6978
  - scikit-learn>=1.6.1,!=1.7.1
18
19
  - sphinx>=8.1.3
  - sphinx_rtd_theme>=3.0.1