File tree 4 files changed +41
-1
lines changed
4 files changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ channels:
3
3
- conda-forge
4
4
- defaults
5
5
dependencies :
6
+ - aesara>=2.0.9
7
+ - arviz>=0.11.2
8
+ - cachetools>=4.2.1
9
+ - dill
10
+ - fastprogress>=0.2.0
6
11
- h5py>=2.7
7
12
- ipython>=7.16
8
13
- libblas=*=*mkl
@@ -16,7 +21,9 @@ dependencies:
16
21
- pytest>=3.0
17
22
- python-graphviz
18
23
- python=3.7
19
- - scipy=1.2
24
+ - recommonmark>=0.4
25
+ - scipy>1.4.1
20
26
- sphinx-autobuild>=0.7
21
27
- sphinx>=1.5
28
+ - typing-extensions
22
29
- watermark
Original file line number Diff line number Diff line change @@ -3,17 +3,28 @@ channels:
3
3
- conda-forge
4
4
- defaults
5
5
dependencies :
6
+ - aesara>=2.0.9
7
+ - arviz>=0.11.2
8
+ - cachetools>=4.2.1
9
+ - dill
10
+ - fastprogress>=0.2.0
6
11
- h5py>=2.7
7
12
- ipython>=7.16
8
13
- libblas=*=*mkl
9
14
- mkl-service
10
15
- myst-nb
16
+ - nbsphinx>=0.4
17
+ - numpy>=1.15.0
11
18
- numpydoc>=0.9
19
+ - pandas
12
20
- pre-commit>=2.8.0
13
21
- pytest-cov>=2.5
14
22
- pytest>=3.0
15
23
- python-graphviz
16
24
- python=3.8
25
+ - recommonmark>=0.4
26
+ - scipy>1.4.1
17
27
- sphinx-autobuild>=0.7
18
28
- sphinx>=1.5
29
+ - typing-extensions>=3.7.4
19
30
- watermark
Original file line number Diff line number Diff line change @@ -3,17 +3,28 @@ channels:
3
3
- conda-forge
4
4
- defaults
5
5
dependencies :
6
+ - aesara>=2.0.9
7
+ - arviz>=0.11.2
8
+ - cachetools>=4.2.1
9
+ - dill
10
+ - fastprogress>=0.2.0
6
11
- h5py>=2.7
7
12
- ipython>=7.16
8
13
- libblas=*=*mkl
9
14
- mkl-service
10
15
- myst-nb
16
+ - nbsphinx>=0.4
17
+ - numpy>=1.15.0
11
18
- numpydoc>=0.9
19
+ - pandas>=0.24.0
12
20
- pre-commit>=2.8.0
13
21
- pytest-cov>=2.5
14
22
- pytest>=3.0
15
23
- python-graphviz
16
24
- python=3.9
25
+ - recommonmark>=0.4
26
+ - scipy>1.4.1
17
27
- sphinx-autobuild>=0.7
18
28
- sphinx>=1.5
29
+ - typing-extensions>=3.7.4
19
30
- watermark
Original file line number Diff line number Diff line change 1
1
# This file is auto-generated by scripts/generate_pip_deps_from_conda.py, do not modify.
2
2
# See that file for comments about the need/usage of each dependency.
3
3
4
+ aesara >= 2.0.9
5
+ arviz >= 0.11.2
6
+ cachetools >= 4.2.1
7
+ dill
8
+ fastprogress >= 0.2.0
4
9
h5py >= 2.7
5
10
ipython >= 7.16
6
11
myst-nb
12
+ nbsphinx >= 0.4
13
+ numpy >= 1.15.0
7
14
numpydoc >= 0.9
15
+ pandas >= 0.24.0
8
16
pre-commit >= 2.8.0
9
17
pytest-cov >= 2.5
10
18
pytest >= 3.0
19
+ recommonmark >= 0.4
20
+ scipy > 1.4.1
11
21
sphinx-autobuild >= 0.7
12
22
sphinx >= 1.5
23
+ typing-extensions >= 3.7.4
13
24
watermark
You can’t perform that action at this time.
0 commit comments