File tree Expand file tree Collapse file tree 9 files changed +32
-32
lines changed Expand file tree Collapse file tree 9 files changed +32
-32
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ cachetools>=4.2.1
88cloudpickle
99fastprogress >= 0.2.0
1010h5py >= 2.7
11- ipython
11+ ipython >= 7.16
1212myst-nb
1313numpy >= 1.15.0
1414numpydoc < 1.2
15- pandas
15+ pandas >= 0.24.0
1616polyagamma
1717pre-commit >= 2.8.0
1818pydata-sphinx-theme
1919pytest-cov >= 2.5
2020pytest >= 3.0
21- scipy > 1.4.1
21+ scipy >= 1.4.1
2222sphinx-copybutton
2323sphinx-design
2424sphinx-notfound-page
You can’t perform that action at this time.
0 commit comments