diff --git a/environment.yml b/environment.yml index 443dc483aedf8..e9ac76f5bc52c 100644 --- a/environment.yml +++ b/environment.yml @@ -1,11 +1,10 @@ name: pandas-dev channels: - - defaults - conda-forge dependencies: # required - numpy>=1.15 - - python=3 + - python=3.7 - python-dateutil>=2.6.1 - pytz @@ -22,7 +21,7 @@ dependencies: - flake8-comprehensions # used by flake8, linting of unnecessary comprehensions - flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files - isort # check that imports are in the right order - - mypy + - mypy=0.720 - pycodestyle # used by flake8 # documentation @@ -54,7 +53,6 @@ dependencies: - moto # mock S3 - pytest>=4.0.2 - pytest-cov - - pytest-mock - pytest-xdist - seaborn - statsmodels diff --git a/requirements-dev.txt b/requirements-dev.txt index 7a378cd2f2697..e7df704925485 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,5 @@ numpy>=1.15 +python==3.7 python-dateutil>=2.6.1 pytz asv @@ -9,7 +10,7 @@ flake8 flake8-comprehensions flake8-rst>=0.6.0,<=0.7.0 isort -mypy +mypy==0.720 pycodestyle gitpython sphinx @@ -32,7 +33,6 @@ hypothesis>=3.82 moto pytest>=4.0.2 pytest-cov -pytest-mock pytest-xdist seaborn statsmodels