File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11name : pandas-dev
22channels :
3- - defaults
43 - conda-forge
54dependencies :
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
Original file line number Diff line number Diff line change 11numpy >= 1.15
2+ python == 3.7
23python-dateutil >= 2.6.1
34pytz
45asv
910flake8-comprehensions
1011flake8-rst >= 0.6.0 ,<= 0.7.0
1112isort
12- mypy
13+ mypy == 0.720
1314pycodestyle
1415gitpython
1516sphinx
@@ -32,7 +33,6 @@ hypothesis>=3.82
3233moto
3334pytest >= 4.0.2
3435pytest-cov
35- pytest-mock
3636pytest-xdist
3737seaborn
3838statsmodels
You can’t perform that action at this time.
0 commit comments