Skip to content

Commit 78f9f76

Browse files
TomAugspurgerproost
authored andcommitted
DEV: Cleanup env (pandas-dev#29431)
* DEV: Cleanup dev environment
1 parent 2dbe87f commit 78f9f76

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

environment.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: pandas-dev
22
channels:
3-
- defaults
43
- conda-forge
54
dependencies:
65
# required
76
- numpy>=1.15
8-
- python=3
7+
- python=3.7
98
- python-dateutil>=2.6.1
109
- pytz
1110

@@ -22,7 +21,7 @@ dependencies:
2221
- flake8-comprehensions # used by flake8, linting of unnecessary comprehensions
2322
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
2423
- isort # check that imports are in the right order
25-
- mypy
24+
- mypy=0.720
2625
- pycodestyle # used by flake8
2726

2827
# documentation
@@ -54,7 +53,6 @@ dependencies:
5453
- moto # mock S3
5554
- pytest>=4.0.2
5655
- pytest-cov
57-
- pytest-mock
5856
- pytest-xdist
5957
- seaborn
6058
- statsmodels

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
numpy>=1.15
2+
python==3.7
23
python-dateutil>=2.6.1
34
pytz
45
asv
@@ -9,7 +10,7 @@ flake8
910
flake8-comprehensions
1011
flake8-rst>=0.6.0,<=0.7.0
1112
isort
12-
mypy
13+
mypy==0.720
1314
pycodestyle
1415
gitpython
1516
sphinx
@@ -32,7 +33,6 @@ hypothesis>=3.82
3233
moto
3334
pytest>=4.0.2
3435
pytest-cov
35-
pytest-mock
3636
pytest-xdist
3737
seaborn
3838
statsmodels

0 commit comments

Comments
 (0)