diff --git a/environment.yml b/environment.yml index e5d62d53d86a5..897fd34ebb803 100644 --- a/environment.yml +++ b/environment.yml @@ -16,14 +16,13 @@ dependencies: - cython>=0.28.2 # code checks + - cpplint - flake8 - 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 - pycodestyle # used by flake8 - - pip: - - cpplint # documentation - gitpython # obtain contributors from git for whatsnew diff --git a/requirements-dev.txt b/requirements-dev.txt index 98c75f1ded07e..f5309df5aa6ce 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,13 +3,13 @@ python-dateutil>=2.5.0 pytz asv cython>=0.28.2 +cpplint flake8 flake8-comprehensions flake8-rst>=0.6.0,<=0.7.0 isort mypy pycodestyle -cpplint gitpython sphinx numpydoc>=0.9.0