Skip to content

Commit 2a94c47

Browse files
committed
Harmonize dependencies across environments
1 parent b841fa6 commit 2a94c47

9 files changed

+32
-32
lines changed

conda-envs/environment-dev-py37.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@ dependencies:
1111
- cloudpickle
1212
- fastprogress>=0.2.0
1313
- h5py>=2.7
14-
- ipython
14+
- ipython>=7.16
1515
- myst-nb
16-
- numpy>=1.15
16+
- numpy>=1.15.0
1717
- numpydoc<1.2
18-
- pandas>=0.24
18+
- pandas>=0.24.0
1919
- pip
2020
- pre-commit>=2.8.0
2121
- pydata-sphinx-theme
2222
- pytest-cov>=2.5
2323
- pytest>=3.0
2424
- python-graphviz
2525
- python=3.7
26-
- scipy>1.4.1
26+
- scipy>=1.4.1
2727
- sphinx-copybutton
2828
- sphinx-notfound-page
2929
- sphinx>=1.5
30-
- typing-extensions
30+
- typing-extensions>=3.7.4
3131
- pip:
3232
- polyagamma
3333
- sphinx-design

conda-envs/environment-dev-py38.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- cloudpickle
1212
- fastprogress>=0.2.0
1313
- h5py>=2.7
14-
- ipython
14+
- ipython>=7.16
1515
- myst-nb
1616
- numpy>=1.15.0
1717
- numpydoc<1.2
@@ -23,7 +23,7 @@ dependencies:
2323
- pytest>=3.0
2424
- python-graphviz
2525
- python=3.8
26-
- scipy>1.4.1
26+
- scipy>=1.4.1
2727
- sphinx-copybutton
2828
- sphinx-notfound-page
2929
- sphinx>=1.5

conda-envs/environment-dev-py39.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ dependencies:
1111
- cloudpickle
1212
- fastprogress>=0.2.0
1313
- h5py>=2.7
14-
- ipython
14+
- ipython>=7.16
1515
- myst-nb
1616
- numpy>=1.15.0
1717
- numpydoc<1.2
18-
- pandas
18+
- pandas>=0.24.0
1919
- pip
2020
- pre-commit>=2.8.0
2121
- pydata-sphinx-theme
2222
- pytest-cov>=2.5
2323
- pytest>=3.0
2424
- python-graphviz
2525
- python=3.9
26-
- scipy>1.4.1
26+
- scipy>=1.4.1
2727
- sphinx-copybutton
2828
- sphinx-notfound-page
2929
- sphinx>=1.5

conda-envs/environment-test-py37.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ dependencies:
1111
- cloudpickle
1212
- fastprogress>=0.2.0
1313
- h5py>=2.7
14-
- ipython
14+
- ipython>=7.16
1515
- libblas=*=*mkl
1616
- mkl-service
1717
- numpy>=1.15.0
18-
- pandas>=0.24
18+
- pandas>=0.24.0
1919
- pre-commit>=2.8.0
2020
- pytest-cov>=2.5
2121
- pytest>=3.0
2222
- python-graphviz
2323
- python=3.7
24-
- scipy>1.4.1
25-
- typing-extensions
24+
- scipy>=1.4.1
25+
- typing-extensions>=3.7.4

conda-envs/environment-test-py38.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ dependencies:
1111
- cloudpickle
1212
- fastprogress>=0.2.0
1313
- h5py>=2.7
14-
- ipython
14+
- ipython>=7.16
1515
- libblas=*=*mkl
1616
- mkl-service
1717
- numpy>=1.15.0
18-
- pandas
18+
- pandas>=0.24.0
1919
- pre-commit>=2.8.0
2020
- pytest-cov>=2.5
2121
- pytest>=3.0
2222
- python-graphviz
2323
- python=3.8
24-
- scipy>1.4.1
24+
- scipy>=1.4.1
2525
- typing-extensions>=3.7.4

conda-envs/environment-test-py39.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ dependencies:
77
- aeppl=0.0.18
88
- aesara=2.3.8
99
- arviz>=0.11.4
10-
- cachetools
10+
- cachetools>=4.2.1
1111
- cloudpickle
1212
- fastprogress>=0.2.0
13-
- h5py
13+
- h5py>=2.7
1414
- ipython>=7.16
1515
- libblas=*=*mkl
1616
- mkl-service
1717
- numpy>=1.15.0
18-
- pandas
18+
- pandas>=0.24.0
1919
- pre-commit>=2.8.0
2020
- pytest-cov>=2.5
2121
- pytest>=3.0
2222
- python-graphviz
2323
- python=3.9
24-
- scipy>1.4.1
24+
- scipy>=1.4.1
2525
- typing-extensions>=3.7.4

conda-envs/windows-environment-dev-py38.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ dependencies:
1010
- cachetools>=4.2.1
1111
- cloudpickle
1212
- fastprogress>=0.2.0
13-
- h5py
13+
- h5py>=2.7
1414
- numpy>=1.15.0
15-
- pandas
15+
- pandas>=0.24.0
1616
- pip
1717
- python=3.8
1818
- python-graphviz
19-
- scipy>1.4.1
19+
- scipy>=1.4.1
2020
- typing-extensions>=3.7.4
2121
# Extra stuff for dev, testing and docs build
22-
- ipython
22+
- ipython>=7.16
2323
- myst-nb
2424
- numpydoc<1.2
2525
- pre-commit>=2.8.0

conda-envs/windows-environment-test-py38.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies:
66
# base dependencies (see install guide for Windows)
77
- aeppl=0.0.18
88
- aesara=2.3.8
9-
- arviz>=0.11.2
10-
- cachetools
9+
- arviz>=0.11.4
10+
- cachetools>=4.2.1
1111
- cloudpickle
1212
- fastprogress>=0.2.0
1313
- h5py>=2.7
@@ -16,11 +16,11 @@ dependencies:
1616
- mkl-service==2.3.0
1717
- m2w64-toolchain
1818
- numpy>=1.15.0
19-
- pandas
19+
- pandas>=0.24.0
2020
- pip
2121
- python=3.8
2222
- python-graphviz
23-
- scipy>1.4.1
23+
- scipy>=1.4.1
2424
- typing-extensions>=3.7.4
2525
# Extra stuff for testing
2626
- ipython>=7.16

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ cachetools>=4.2.1
88
cloudpickle
99
fastprogress>=0.2.0
1010
h5py>=2.7
11-
ipython
11+
ipython>=7.16
1212
myst-nb
1313
numpy>=1.15.0
1414
numpydoc<1.2
15-
pandas
15+
pandas>=0.24.0
1616
polyagamma
1717
pre-commit>=2.8.0
1818
pydata-sphinx-theme
1919
pytest-cov>=2.5
2020
pytest>=3.0
21-
scipy>1.4.1
21+
scipy>=1.4.1
2222
sphinx-copybutton
2323
sphinx-design
2424
sphinx-notfound-page

0 commit comments

Comments
 (0)