Skip to content

Commit 04ed835

Browse files
committed
try pinning pandas and scipy too
1 parent 5dfa487 commit 04ed835

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

conda-envs/environment-dev-py37.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ dependencies:
1010
- nbsphinx>=0.4
1111
- numpy=1.15
1212
- numpydoc>=0.9
13+
- pandas=0.24
1314
- pre-commit>=2.8.0
1415
- pytest-cov>=2.5
1516
- pytest>=3.0
1617
- python-graphviz
1718
- python=3.7
1819
- recommonmark>=0.4
20+
- scipy=1.2
1921
- sphinx-autobuild>=0.7
2022
- sphinx>=1.5
2123
- watermark

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ ipython>=7.16
66
nbsphinx>=0.4
77
numpy==1.15
88
numpydoc>=0.9
9+
pandas==0.24
910
pre-commit>=2.8.0
1011
pytest-cov>=2.5
1112
pytest>=3.0
1213
recommonmark>=0.4
14+
scipy==1.2
1315
sphinx-autobuild>=0.7
1416
sphinx>=1.5
1517
watermark

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
arviz>=0.9.0
22
dill
33
fastprogress>=0.2.0
4-
numpy>=1.13.0
5-
pandas>=0.18.0
4+
numpy>=1.15.0
5+
pandas>=0.24.0
66
patsy>=0.5.1
7-
scipy>=0.18.1
7+
scipy>=1.2.0
88
theano-pymc==1.0.12
99
typing-extensions>=3.7.4

0 commit comments

Comments
 (0)