forked from pymc-devs/pymc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment-dev.yml
More file actions
43 lines (43 loc) · 777 Bytes
/
environment-dev.yml
File metadata and controls
43 lines (43 loc) · 777 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
name: testenv
channels:
- conda-forge
- defaults
dependencies:
- python=3.6
- arviz>=0.9
- theano>=1.0.5
- numpy>=1.13
- scipy>=0.18
- pandas >=0.18
- patsy>=0.5
- fastprogress>=0.2
- h5py>=2.7
- typing-extensions>=3.7
- bokeh>=0.12
- coverage>=5.1
- python-graphviz
- ipython>=7.16
- nbsphinx>=0.4
- nose>=1.3
- nose-parameterized>=0.6
- numpydoc>=0.9
- pycodestyle>=2.3
- pyflakes>=1.5
- pylint>=1.7
- pytest-cov>=2.5
- pytest>=3.0
- recommonmark>=0.4
- seaborn>=0.8
- sphinx-autobuild>=0.7
- sphinx>=1.5
- watermark
- parameterized
- black
- ipywidgets
- dataclasses # python_version < 3.7
- contextvars # python_version < 3.7
- mkl-service
- dill
- libblas=*=*mkl
- pip:
- black_nbconvert