Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
numba
GitHub Repository: numba/llvmlite
Path: blob/main/docs/environment.yml
1154 views
1
name: rtd
2
channels:
3
- numba/label/dev
4
dependencies:
5
- python
6
# pip for installing llvmlite itself
7
- pip
8
- llvmdev=20
9
- cmake
10
- make
11
- docutils==0.16
12
- gcc_linux-64=11
13
- gxx_linux-64=11
14
- sphinx_rtd_theme
15
16
17