File tree Expand file tree Collapse file tree 10 files changed +19
-56
lines changed Expand file tree Collapse file tree 10 files changed +19
-56
lines changed Original file line number Diff line number Diff line change 52
52
- id : pip-from-conda
53
53
additional_dependencies : [pyyaml]
54
54
entry : python scripts/generate_pip_deps_from_conda.py
55
- files : ^conda-envs/
55
+ files : ^conda-envs/environment-dev-py.+.yml$
56
56
language : python
57
57
name : Generate pip dependency from conda
58
58
- id : no-relative-imports
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-py37
2
3
channels :
3
4
- conda-forge
@@ -8,7 +9,7 @@ dependencies:
8
9
- cachetools>=4.2.1
9
10
- cloudpickle
10
11
- fastprogress>=0.2.0
11
- - h5py
12
+ - h5py>=2.7
12
13
- ipython
13
14
- myst-nb
14
15
- numpy>=1.15
@@ -20,13 +21,11 @@ dependencies:
20
21
- pytest>=3.0
21
22
- python-graphviz
22
23
- python=3.7
23
- - recommonmark>=0.4
24
24
- scipy>1.4.1
25
25
- sphinx-autobuild>=0.7
26
26
- sphinx-notfound-page
27
27
- sphinx-panels
28
28
- sphinx>=1.5
29
29
- typing-extensions
30
- - watermark
31
30
- pip :
32
31
- sphinx-design
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
@@ -8,7 +9,7 @@ dependencies:
8
9
- cachetools>=4.2.1
9
10
- cloudpickle
10
11
- fastprogress>=0.2.0
11
- - h5py
12
+ - h5py>=2.7
12
13
- ipython
13
14
- myst-nb
14
15
- numpy>=1.15.0
@@ -20,13 +21,11 @@ dependencies:
20
21
- pytest>=3.0
21
22
- python-graphviz
22
23
- python=3.8
23
- - recommonmark>=0.4
24
24
- scipy>1.4.1
25
25
- sphinx-autobuild>=0.7
26
26
- sphinx-notfound-page
27
27
- sphinx-panels
28
28
- sphinx>=1.5
29
29
- typing-extensions>=3.7.4
30
- - watermark
31
30
- pip :
32
31
- sphinx-design
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-py39
2
3
channels :
3
4
- conda-forge
@@ -20,13 +21,11 @@ dependencies:
20
21
- pytest>=3.0
21
22
- python-graphviz
22
23
- python=3.9
23
- - recommonmark>=0.4
24
24
- scipy>1.4.1
25
25
- sphinx-autobuild>=0.7
26
26
- sphinx-notfound-page
27
27
- sphinx-panels
28
28
- sphinx>=1.5
29
29
- typing-extensions>=3.7.4
30
- - watermark
31
30
- pip :
32
31
- sphinx-design
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-py37
2
3
channels :
3
4
- conda-forge
4
5
- defaults
5
6
dependencies :
6
7
- aesara>=2.1.0
7
- - arviz>=0.11.2
8
+ - arviz>=0.11.4
8
9
- cachetools>=4.2.1
9
10
- cloudpickle
10
11
- fastprogress>=0.2.0
11
12
- h5py>=2.7
12
13
- ipython
13
14
- libblas=*=*mkl
14
15
- mkl-service
15
- - myst-nb
16
16
- numpy>=1.15.0
17
- - numpydoc>=0.9
18
- - pandas=0.24
17
+ - pandas>=0.24
19
18
- pre-commit>=2.8.0
20
- - pydata-sphinx-theme
21
19
- pytest-cov>=2.5
22
20
- pytest>=3.0
23
21
- python-graphviz
24
22
- python=3.7
25
- - recommonmark>=0.4
26
23
- scipy>1.4.1
27
- - sphinx-autobuild>=0.7
28
- - sphinx-panels
29
- - sphinx>=1.5
30
24
- typing-extensions
31
- - watermark
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
7
- aesara>=2.1.0
7
- - arviz>=0.11.2
8
+ - arviz>=0.11.4
8
9
- cachetools>=4.2.1
9
10
- cloudpickle
10
11
- fastprogress>=0.2.0
11
12
- h5py>=2.7
12
13
- ipython
13
14
- libblas=*=*mkl
14
15
- mkl-service
15
- - myst-nb
16
- - nbsphinx>=0.4
17
16
- numpy>=1.15.0
18
- - numpydoc>=0.9
19
17
- pandas
20
18
- pre-commit>=2.8.0
21
- - pydata-sphinx-theme
22
19
- pytest-cov>=2.5
23
20
- pytest>=3.0
24
21
- python-graphviz
25
22
- python=3.8
26
- - recommonmark>=0.4
27
23
- scipy>1.4.1
28
- - sphinx-autobuild>=0.7
29
- - sphinx-panels
30
- - sphinx>=1.5
31
24
- typing-extensions>=3.7.4
32
- - watermark
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-py39
2
3
channels :
3
4
- conda-forge
4
5
- defaults
5
6
dependencies :
6
7
- aesara>=2.1.0
7
- - arviz>=0.11.2
8
+ - arviz>=0.11.4
8
9
- cachetools
9
10
- cloudpickle
10
11
- fastprogress>=0.2.0
11
12
- h5py
12
13
- ipython>=7.16
13
14
- libblas=*=*mkl
14
15
- mkl-service
15
- - myst-nb
16
- - nbsphinx>=0.4
17
16
- numpy>=1.15.0
18
- - numpydoc>=0.9
19
17
- pandas
20
18
- pre-commit>=2.8.0
21
- - pydata-sphinx-theme
22
19
- pytest-cov>=2.5
23
20
- pytest>=3.0
24
21
- python-graphviz
25
22
- python=3.9
26
- - recommonmark>=0.4
27
23
- scipy>1.4.1
28
- - sphinx-autobuild>=0.7
29
- - sphinx-panels
30
- - sphinx>=1.5
31
24
- typing-extensions>=3.7.4
32
- - watermark
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ dependencies:
25
25
- pydata-sphinx-theme
26
26
- pytest-cov>=2.5
27
27
- pytest>=3.0
28
- - recommonmark>=0.4
29
28
- sphinx-autobuild>=0.7
30
29
- sphinx-notfound-page
31
30
- sphinx-panels
Original file line number Diff line number Diff line change @@ -20,17 +20,8 @@ dependencies:
20
20
- python-graphviz
21
21
- scipy>1.4.1
22
22
- typing-extensions>=3.7.4
23
- # Extra stuff for dev, testing and docs build
23
+ # Extra stuff for testing
24
24
- ipython>=7.16
25
- - myst-nb
26
- - nbsphinx>=0.4
27
- - numpydoc>=0.9
28
25
- pre-commit>=2.8.0
29
- - pydata-sphinx-theme
30
26
- pytest-cov>=2.5
31
27
- pytest>=3.0
32
- - recommonmark>=0.4
33
- - sphinx-autobuild>=0.7
34
- - sphinx-panels
35
- - sphinx>=1.5
36
- - watermark
Original file line number Diff line number Diff line change 2
2
# See that file for comments about the need/usage of each dependency.
3
3
4
4
aesara >= 2.1.0
5
- arviz >= 0.11.2
6
- cachetools
5
+ arviz >= 0.11.4
6
+ cachetools >= 4.2.1
7
7
cloudpickle
8
8
fastprogress >= 0.2.0
9
9
h5py >= 2.7
10
- ipython >= 7.16
10
+ ipython
11
11
myst-nb
12
- nbsphinx >= 0.4
13
12
numpy >= 1.15.0
14
13
numpydoc >= 0.9
15
14
pandas
16
15
pre-commit >= 2.8.0
17
16
pydata-sphinx-theme
18
17
pytest-cov >= 2.5
19
18
pytest >= 3.0
20
- recommonmark >= 0.4
21
19
scipy > 1.4.1
22
20
sphinx-autobuild >= 0.7
21
+ sphinx-design
22
+ sphinx-notfound-page
23
23
sphinx-panels
24
24
sphinx >= 1.5
25
25
typing-extensions >= 3.7.4
26
- watermark
You can’t perform that action at this time.
0 commit comments