Skip to content

Commit 28e89e1

Browse files
authored
Merge pull request #4 from s-kganz/main
Set up environment.yml
2 parents 21c73f0 + 3f2324c commit 28e89e1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

environment.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
name: cookbook-dev
22
channels:
3+
- pytorch
34
- conda-forge
45
dependencies:
56
- jupyterlab
67
- mystmd
78
- jupyterlab-myst
9+
- numpy
10+
- xarray
11+
- intake
12+
- matplotlib
13+
- IPython
14+
- pytorch
15+
- xbatcher
16+
- sphinx
17+
- sphinxcontrib-applehelp
18+
- sphinxcontrib-devhelp
19+
- sphinxcontrib-htmlhelp
20+
- sphinxcontrib-qthelp
21+
- sphinxcontrib-serializinghtml
22+
- pydata-sphinx-theme
23+
- jsonschema-with-format-nongpl
24+
- docutils
25+
- sphinx-pythia-theme

0 commit comments

Comments
 (0)