Skip to content

Commit 6eaf9a0

Browse files
authored
Update conda env files (#4757)
* Add dependencies to conda envs files * Remove patsy dependency * Pin scipy>1.4.1 * pre-commit change of requirements-dev.txt
1 parent e461eea commit 6eaf9a0

File tree

4 files changed

+41
-1
lines changed

4 files changed

+41
-1
lines changed

conda-envs/environment-dev-py37.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6+
- aesara>=2.0.9
7+
- arviz>=0.11.2
8+
- cachetools>=4.2.1
9+
- dill
10+
- fastprogress>=0.2.0
611
- h5py>=2.7
712
- ipython>=7.16
813
- libblas=*=*mkl
@@ -16,7 +21,9 @@ dependencies:
1621
- pytest>=3.0
1722
- python-graphviz
1823
- python=3.7
19-
- scipy=1.2
24+
- recommonmark>=0.4
25+
- scipy>1.4.1
2026
- sphinx-autobuild>=0.7
2127
- sphinx>=1.5
28+
- typing-extensions
2229
- watermark

conda-envs/environment-dev-py38.yml

+11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,28 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6+
- aesara>=2.0.9
7+
- arviz>=0.11.2
8+
- cachetools>=4.2.1
9+
- dill
10+
- fastprogress>=0.2.0
611
- h5py>=2.7
712
- ipython>=7.16
813
- libblas=*=*mkl
914
- mkl-service
1015
- myst-nb
16+
- nbsphinx>=0.4
17+
- numpy>=1.15.0
1118
- numpydoc>=0.9
19+
- pandas
1220
- pre-commit>=2.8.0
1321
- pytest-cov>=2.5
1422
- pytest>=3.0
1523
- python-graphviz
1624
- python=3.8
25+
- recommonmark>=0.4
26+
- scipy>1.4.1
1727
- sphinx-autobuild>=0.7
1828
- sphinx>=1.5
29+
- typing-extensions>=3.7.4
1930
- watermark

conda-envs/environment-dev-py39.yml

+11
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,28 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6+
- aesara>=2.0.9
7+
- arviz>=0.11.2
8+
- cachetools>=4.2.1
9+
- dill
10+
- fastprogress>=0.2.0
611
- h5py>=2.7
712
- ipython>=7.16
813
- libblas=*=*mkl
914
- mkl-service
1015
- myst-nb
16+
- nbsphinx>=0.4
17+
- numpy>=1.15.0
1118
- numpydoc>=0.9
19+
- pandas>=0.24.0
1220
- pre-commit>=2.8.0
1321
- pytest-cov>=2.5
1422
- pytest>=3.0
1523
- python-graphviz
1624
- python=3.9
25+
- recommonmark>=0.4
26+
- scipy>1.4.1
1727
- sphinx-autobuild>=0.7
1828
- sphinx>=1.5
29+
- typing-extensions>=3.7.4
1930
- watermark

requirements-dev.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
11
# This file is auto-generated by scripts/generate_pip_deps_from_conda.py, do not modify.
22
# See that file for comments about the need/usage of each dependency.
33

4+
aesara>=2.0.9
5+
arviz>=0.11.2
6+
cachetools>=4.2.1
7+
dill
8+
fastprogress>=0.2.0
49
h5py>=2.7
510
ipython>=7.16
611
myst-nb
12+
nbsphinx>=0.4
13+
numpy>=1.15.0
714
numpydoc>=0.9
15+
pandas>=0.24.0
816
pre-commit>=2.8.0
917
pytest-cov>=2.5
1018
pytest>=3.0
19+
recommonmark>=0.4
20+
scipy>1.4.1
1121
sphinx-autobuild>=0.7
1222
sphinx>=1.5
23+
typing-extensions>=3.7.4
1324
watermark

0 commit comments

Comments
 (0)