forked from atmtools/arts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment-dev-mac.yml
More file actions
42 lines (42 loc) · 830 Bytes
/
environment-dev-mac.yml
File metadata and controls
42 lines (42 loc) · 830 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
dependencies:
- boost
- ccache
- clang>=19
- clangxx>=19
- cmake
- docutils
- doxygen
- eigen
- fftw
- gfortran
- graphviz
- ipykernel
- lark-parser
- libclang
- libcxx
- libmicrohttpd
- llvm-openmp
- matplotlib
- nanobind
- nbsphinx
- netcdf4
- ninja
- numpy>=2
- pkg-config
- pytest>=7
- python-build
- requests
- scipy
- setuptools
- sphinx=8
- sphinx-copybutton
- sphinx-favicon
- sphinx-rtd-theme=3
- sphinxcontrib-jquery
- sphinxcontrib-bibtex
- tqdm
- xarray
- zlib
channels:
- conda-forge
- nodefaults