File tree Expand file tree Collapse file tree 12 files changed +125
-44
lines changed Expand file tree Collapse file tree 12 files changed +125
-44
lines changed Original file line number Diff line number Diff line change 57
57
hooks :
58
58
- id : no-print-statements
59
59
files : ^pymc/
60
- - id : conda-env-sorter
61
- files : ^conda-envs/environment-dev-py.+\.yml$
62
60
- repo : local
63
61
hooks :
64
62
- id : check-no-tests-are-ignored
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ channels:
4
4
- conda-forge
5
5
- defaults
6
6
dependencies :
7
+ # Base dependencies
7
8
- aeppl=0.0.31
8
9
- aesara=2.7.2
9
10
- arviz>=0.12.0
@@ -12,26 +13,27 @@ dependencies:
12
13
- cloudpickle
13
14
- fastprogress>=0.2.0
14
15
- h5py>=2.7
16
+ - numpy>=1.15.0
17
+ - pandas>=0.24.0
18
+ - pip
19
+ - python=3.7
20
+ - python-graphviz
21
+ - scipy>=1.4.1
22
+ - typing-extensions>=3.7.4
23
+ # Extra dependencies for dev, testing and docs build
15
24
- ipython>=7.16
16
25
- jax
17
26
- jupyter-sphinx
18
27
- myst-nb
19
- - numpy>=1.15.0
20
28
- numpydoc
21
- - pandas>=0.24.0
22
- - pip
23
29
- pre-commit>=2.8.0
24
30
- pydata-sphinx-theme
25
31
- pytest-cov>=2.5
26
32
- pytest>=3.0
27
- - python-graphviz
28
- - python=3.7
29
- - scipy>=1.4.1
30
33
- sphinx-copybutton
31
34
- sphinx-notfound-page
32
35
- sphinx>=1.5
33
36
- sphinxext-rediraffe
34
- - typing-extensions>=3.7.4
35
37
- watermark
36
38
- pip :
37
39
- polyagamma
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ channels:
4
4
- conda-forge
5
5
- defaults
6
6
dependencies :
7
+ # Base dependencies
7
8
- aeppl=0.0.31
8
9
- aesara=2.7.2
9
10
- arviz>=0.12.0
@@ -12,26 +13,27 @@ dependencies:
12
13
- cloudpickle
13
14
- fastprogress>=0.2.0
14
15
- h5py>=2.7
16
+ - numpy>=1.15.0
17
+ - pandas>=0.24.0
18
+ - pip
19
+ - python=3.8
20
+ - python-graphviz
21
+ - scipy>=1.4.1
22
+ - typing-extensions>=3.7.4
23
+ # Extra dependencies for dev, testing and docs build
15
24
- ipython>=7.16
16
25
- jax
17
26
- jupyter-sphinx
18
27
- myst-nb
19
- - numpy>=1.15.0
20
28
- numpydoc
21
- - pandas>=0.24.0
22
- - pip
23
29
- pre-commit>=2.8.0
24
30
- pydata-sphinx-theme
25
31
- pytest-cov>=2.5
26
32
- pytest>=3.0
27
- - python-graphviz
28
- - python=3.8
29
- - scipy>=1.4.1
30
33
- sphinx-copybutton
31
34
- sphinx-notfound-page
32
35
- sphinx>=1.5
33
36
- sphinxext-rediraffe
34
- - typing-extensions>=3.7.4
35
37
- watermark
36
38
- pip :
37
39
- polyagamma
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ channels:
4
4
- conda-forge
5
5
- defaults
6
6
dependencies :
7
+ # Base dependencies
7
8
- aeppl=0.0.31
8
9
- aesara=2.7.2
9
10
- arviz>=0.12.0
@@ -12,26 +13,27 @@ dependencies:
12
13
- cloudpickle
13
14
- fastprogress>=0.2.0
14
15
- h5py>=2.7
16
+ - numpy>=1.15.0
17
+ - pandas>=0.24.0
18
+ - pip
19
+ - python=3.9
20
+ - python-graphviz
21
+ - scipy>=1.4.1
22
+ - typing-extensions>=3.7.4
23
+ # Extra dependencies for dev, testing and docs build
15
24
- ipython>=7.16
16
25
- jax
17
26
- jupyter-sphinx
18
27
- myst-nb
19
- - numpy>=1.15.0
20
28
- numpydoc
21
- - pandas>=0.24.0
22
- - pip
23
29
- pre-commit>=2.8.0
24
30
- pydata-sphinx-theme
25
31
- pytest-cov>=2.5
26
32
- pytest>=3.0
27
- - python-graphviz
28
- - python=3.9
29
- - scipy>=1.4.1
30
33
- sphinx-copybutton
31
34
- sphinx-notfound-page
32
35
- sphinx>=1.5
33
36
- sphinxext-rediraffe
34
- - typing-extensions>=3.7.4
35
37
- watermark
36
38
- pip :
37
39
- polyagamma
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ channels:
4
4
- conda-forge
5
5
- defaults
6
6
dependencies :
7
+ # Base dependencies
7
8
- aeppl=0.0.31
8
9
- aesara=2.7.2
9
10
- arviz>=0.12.0
@@ -12,16 +13,17 @@ dependencies:
12
13
- cloudpickle
13
14
- fastprogress>=0.2.0
14
15
- h5py>=2.7
15
- - ipython>=7.16
16
16
- jax
17
17
- libblas=*=*mkl
18
18
- mkl-service
19
19
- numpy>=1.15.0
20
20
- pandas>=0.24.0
21
- - pre-commit>=2.8.0
22
- - pytest-cov>=2.5
23
- - pytest>=3.0
24
- - python-graphviz
25
21
- python=3.7
22
+ - python-graphviz
26
23
- scipy>=1.4.1
27
24
- typing-extensions>=3.7.4
25
+ # Extra dependencies for testing
26
+ - ipython>=7.16
27
+ - pre-commit>=2.8.0
28
+ - pytest-cov>=2.5
29
+ - pytest>=3.0
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ channels:
4
4
- conda-forge
5
5
- defaults
6
6
dependencies :
7
+ # Base dependencies
7
8
- aeppl=0.0.31
8
9
- aesara=2.7.2
9
10
- arviz>=0.12.0
@@ -12,16 +13,17 @@ dependencies:
12
13
- cloudpickle
13
14
- fastprogress>=0.2.0
14
15
- h5py>=2.7
15
- - ipython>=7.16
16
16
- jax
17
17
- libblas=*=*mkl
18
18
- mkl-service
19
19
- numpy>=1.15.0
20
20
- pandas>=0.24.0
21
- - pre-commit>=2.8.0
22
- - pytest-cov>=2.5
23
- - pytest>=3.0
24
- - python-graphviz
25
21
- python=3.8
22
+ - python-graphviz
26
23
- scipy>=1.4.1
27
24
- typing-extensions>=3.7.4
25
+ # Extra dependencies for testing
26
+ - ipython>=7.16
27
+ - pre-commit>=2.8.0
28
+ - pytest-cov>=2.5
29
+ - pytest>=3.0
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ channels:
4
4
- conda-forge
5
5
- defaults
6
6
dependencies :
7
+ # Base dependencies
7
8
- aeppl=0.0.31
8
9
- aesara=2.7.2
9
10
- arviz>=0.12.0
@@ -12,16 +13,17 @@ dependencies:
12
13
- cloudpickle
13
14
- fastprogress>=0.2.0
14
15
- h5py>=2.7
15
- - ipython>=7.16
16
16
- jax
17
17
- libblas=*=*mkl
18
18
- mkl-service
19
19
- numpy>=1.15.0
20
20
- pandas>=0.24.0
21
- - pre-commit>=2.8.0
22
- - pytest-cov>=2.5
23
- - pytest>=3.0
24
- - python-graphviz
25
21
- python=3.9
22
+ - python-graphviz
26
23
- scipy>=1.4.1
27
24
- typing-extensions>=3.7.4
25
+ # Extra dependencies for testing
26
+ - ipython>=7.16
27
+ - pre-commit>=2.8.0
28
+ - pytest-cov>=2.5
29
+ - pytest>=3.0
Original file line number Diff line number Diff line change
1
+ # "dev" conda envs are to be used by devs in setting their local environments
1
2
name : pymc-dev-py38
2
3
channels :
3
4
- conda-forge
4
5
- defaults
5
6
dependencies :
6
- # base dependencies (see install guide for Windows)
7
+ # Base dependencies (see install guide for Windows)
7
8
- aeppl=0.0.31
8
9
- aesara=2.7.2
9
10
- arviz>=0.12.0
@@ -20,7 +21,7 @@ dependencies:
20
21
- python-graphviz
21
22
- scipy>=1.4.1
22
23
- typing-extensions>=3.7.4
23
- # Extra stuff for dev, testing and docs build
24
+ # Extra dependencies for dev, testing and docs build
24
25
- ipython>=7.16
25
26
- myst-nb
26
27
- numpydoc
Original file line number Diff line number Diff line change
1
+ # "dev" conda envs are to be used by devs in setting their local environments
2
+ name : pymc-dev-py39
3
+ channels :
4
+ - conda-forge
5
+ - defaults
6
+ dependencies :
7
+ # Base dependencies (see install guide for Windows)
8
+ - aeppl=0.0.31
9
+ - aesara=2.6.6
10
+ - arviz>=0.12.0
11
+ - blas
12
+ - cachetools>=4.2.1
13
+ - cloudpickle
14
+ - fastprogress>=0.2.0
15
+ - h5py>=2.7
16
+ - numpy>=1.15.0
17
+ - pandas>=0.24.0
18
+ - pip
19
+ - python=3.9
20
+ - python-graphviz
21
+ - scipy>=1.4.1
22
+ - typing-extensions>=3.7.4
23
+ # Extra dependencies for dev, testing and docs build
24
+ - ipython>=7.16
25
+ - myst-nb
26
+ - numpydoc
27
+ - pre-commit>=2.8.0
28
+ - pydata-sphinx-theme
29
+ - pytest-cov>=2.5
30
+ - pytest>=3.0
31
+ - sphinx-autobuild>=0.7
32
+ - sphinx-copybutton
33
+ - sphinx-notfound-page
34
+ - sphinx>=1.5
35
+ - watermark
36
+ - pip :
37
+ - sphinx-design
38
+ - sphinx-remove-toctrees
Original file line number Diff line number Diff line change
1
+ # "test" conda envs are used to set up our CI environment in GitHub actions
1
2
name : pymc-test-py38
2
3
channels :
3
4
- conda-forge
4
5
- defaults
5
6
dependencies :
6
- # base dependencies (see install guide for Windows)
7
+ # Base dependencies (see install guide for Windows)
7
8
- aeppl=0.0.31
8
9
- aesara=2.7.2
9
10
- arviz>=0.12.0
@@ -23,7 +24,7 @@ dependencies:
23
24
- python-graphviz
24
25
- scipy>=1.4.1
25
26
- typing-extensions>=3.7.4
26
- # Extra stuff for testing
27
+ # Extra dependencies for testing
27
28
- ipython>=7.16
28
29
- pre-commit>=2.8.0
29
30
- pytest-cov>=2.5
You can’t perform that action at this time.
0 commit comments