-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment.yml
54 lines (54 loc) · 1.02 KB
/
environment.yml
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
45
46
47
48
49
50
51
52
53
54
name: atmtools-py37
dependencies:
- python>=3.7
- astropy
- autopep8
- black
- cartopy
- cython
- dask
- docutils
- flake8
- h5py
- joblib
- jupyter
- jupyter_contrib_nbextensions
- jupyterlab
- keras
- lark-parser
- line_profiler
- matplotlib>=1.4
- memory_profiler
- netCDF4>=1.1.1
- nodejs
- nose
- numba
- numexpr
- numpy>=1.13
- pandas
- pep8
- pint
- pyflakes
- pyhdf
- pykdtree
- pylint
- pymongo
- pytables
- pytest
- scikit-image
- scikit-learn
- scipy>=0.15.1
- seaborn
- setuptools>=0.7.2
- sphinx
- sphinx_rtd_theme
- spyder
- sympy
- twine
- typhon
- uncertainties
- xarray>=0.10.2
channels:
- defaults
- conda-forge
- rttools