File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : pandas-dev
2
2
channels :
3
- - defaults
4
3
- conda-forge
5
4
dependencies :
6
5
# required
7
6
- numpy>=1.15
8
- - python=3
7
+ - python=3.7
9
8
- python-dateutil>=2.6.1
10
9
- pytz
11
10
@@ -22,7 +21,7 @@ dependencies:
22
21
- flake8-comprehensions # used by flake8, linting of unnecessary comprehensions
23
22
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
24
23
- isort # check that imports are in the right order
25
- - mypy
24
+ - mypy=0.720
26
25
- pycodestyle # used by flake8
27
26
28
27
# documentation
@@ -54,7 +53,6 @@ dependencies:
54
53
- moto # mock S3
55
54
- pytest>=4.0.2
56
55
- pytest-cov
57
- - pytest-mock
58
56
- pytest-xdist
59
57
- seaborn
60
58
- statsmodels
Original file line number Diff line number Diff line change 1
1
numpy >= 1.15
2
+ python == 3.7
2
3
python-dateutil >= 2.6.1
3
4
pytz
4
5
asv
9
10
flake8-comprehensions
10
11
flake8-rst >= 0.6.0 ,<= 0.7.0
11
12
isort
12
- mypy
13
+ mypy == 0.720
13
14
pycodestyle
14
15
gitpython
15
16
sphinx
@@ -32,7 +33,6 @@ hypothesis>=3.82
32
33
moto
33
34
pytest >= 4.0.2
34
35
pytest-cov
35
- pytest-mock
36
36
pytest-xdist
37
37
seaborn
38
38
statsmodels
You can’t perform that action at this time.
0 commit comments