Skip to content

Commit e1c9dab

Browse files
committed
Add custom envs for testing.
1 parent ae7de0e commit e1c9dab

File tree

4 files changed

+132
-0
lines changed

4 files changed

+132
-0
lines changed

conda-envs/environment-test-py37.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: pymc3-dev-py37
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- aesara>=2.1.0
7+
- arviz>=0.11.2
8+
- cachetools>=4.2.1
9+
- cloudpickle
10+
- fastprogress>=0.2.0
11+
- h5py>=2.7
12+
- ipython>=7.16
13+
- libblas=*=*mkl
14+
- mkl-service
15+
- myst-nb
16+
- numpy=1.15
17+
- numpydoc>=0.9
18+
- pandas=0.24
19+
- pre-commit>=2.8.0
20+
- pydata-sphinx-theme
21+
- pytest-cov>=2.5
22+
- pytest>=3.0
23+
- python-graphviz
24+
- python=3.7
25+
- recommonmark>=0.4
26+
- scipy>1.4.1
27+
- sphinx-autobuild>=0.7
28+
- sphinx-panels
29+
- sphinx>=1.5
30+
- typing-extensions
31+
- watermark

conda-envs/environment-test-py38.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: pymc3-dev-py38
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- aesara>=2.1.0
7+
- arviz>=0.11.2
8+
- cachetools>=4.2.1
9+
- cloudpickle
10+
- fastprogress>=0.2.0
11+
- h5py>=2.7
12+
- ipython>=7.16
13+
- libblas=*=*mkl
14+
- mkl-service
15+
- myst-nb
16+
- nbsphinx>=0.4
17+
- numpy>=1.15.0
18+
- numpydoc>=0.9
19+
- pandas
20+
- pre-commit>=2.8.0
21+
- pydata-sphinx-theme
22+
- pytest-cov>=2.5
23+
- pytest>=3.0
24+
- python-graphviz
25+
- python=3.8
26+
- recommonmark>=0.4
27+
- scipy>1.4.1
28+
- sphinx-autobuild>=0.7
29+
- sphinx-panels
30+
- sphinx>=1.5
31+
- typing-extensions>=3.7.4
32+
- watermark

conda-envs/environment-test-py39.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: pymc3-dev-py39
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- aesara>=2.1.0
7+
- arviz>=0.11.2
8+
- cachetools>=4.2.1
9+
- cloudpickle
10+
- fastprogress>=0.2.0
11+
- h5py>=2.7
12+
- ipython>=7.16
13+
- libblas=*=*mkl
14+
- mkl-service
15+
- myst-nb
16+
- nbsphinx>=0.4
17+
- numpy>=1.15.0
18+
- numpydoc>=0.9
19+
- pandas>=0.24.0
20+
- pre-commit>=2.8.0
21+
- pydata-sphinx-theme
22+
- pytest-cov>=2.5
23+
- pytest>=3.0
24+
- python-graphviz
25+
- python=3.9
26+
- recommonmark>=0.4
27+
- scipy>1.4.1
28+
- sphinx-autobuild>=0.7
29+
- sphinx-panels
30+
- sphinx>=1.5
31+
- typing-extensions>=3.7.4
32+
- watermark
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: pymc3-dev-py38
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
# base dependencies (see install guide for Windows)
7+
- aesara>=2.1.0
8+
- arviz>=0.11.2
9+
- cachetools>=4.2.1
10+
- cloudpickle
11+
- fastprogress>=0.2.0
12+
- h5py>=2.7
13+
- libpython
14+
- mkl-service
15+
- m2w64-toolchain
16+
- numba
17+
- numpy>=1.15.0
18+
- pandas>=0.24.0
19+
- pip
20+
- python=3.8
21+
- python-graphviz
22+
- scipy>1.4.1
23+
- typing-extensions>=3.7.4
24+
# Extra stuff for dev, testing and docs build
25+
- ipython>=7.16
26+
- myst-nb
27+
- nbsphinx>=0.4
28+
- numpydoc>=0.9
29+
- pre-commit>=2.8.0
30+
- pydata-sphinx-theme
31+
- pytest-cov>=2.5
32+
- pytest>=3.0
33+
- recommonmark>=0.4
34+
- sphinx-autobuild>=0.7
35+
- sphinx-panels
36+
- sphinx>=1.5
37+
- watermark

0 commit comments

Comments
 (0)