forked from atmtools/arts
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenvironment-dev-mac.yml
More file actions
44 lines (44 loc) · 888 Bytes
/
environment-dev-mac.yml
File metadata and controls
44 lines (44 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
dependencies:
- ccache
- clang
- clangxx<23
- cmake
- compiler-rt
- docutils
- doxygen
- eigen
- fast_float
- fftw
- graphviz
- ipykernel
- lark-parser
- ld64
- libboost-devel
- libclang
- libcxx
- libcxx-devel
- libmicrohttpd
- llvm-openmp
- matplotlib
- nanobind=2.9
- nbsphinx
- netcdf4
- ninja
- numpy>=2
- pkg-config
- python-build
- requests
- scipy
- setuptools>=77
- sphinx=8.2.3
- sphinx-copybutton
- sphinx-favicon
- sphinx-rtd-theme=3
- sphinxcontrib-jquery
- sphinxcontrib-bibtex
- tqdm
- xarray
- zlib
channels:
- conda-forge
- nodefaults