diff --git a/devtools/dev-requirements.txt b/devtools/dev-requirements.txt index 86a388d7cf..db8ef33bcc 100644 --- a/devtools/dev-requirements.txt +++ b/devtools/dev-requirements.txt @@ -12,11 +12,11 @@ sphinx-rtd-theme black == 21.7b0 click == 8.0.4 flake8 >= 4.0.1 -pylint >= 2.12.2 -pydocstyle >= 2.0.0 flake8-docstrings flake8-eradicate flake8-isort +pydocstyle >= 2.0.0 +pylint >= 2.12.2 # testing and benchmarking codecov diff --git a/devtools/dev-requirements_conda.yml b/devtools/dev-requirements_conda.yml index 1ce35fc6df..60fe518f06 100644 --- a/devtools/dev-requirements_conda.yml +++ b/devtools/dev-requirements_conda.yml @@ -17,6 +17,8 @@ dependencies: - jax >= 0.2.11, <= 0.2.25 - jaxlib >= 0.1.69, <= 0.1.76 - nvgpu + # testing and benchmarking + - qsc # building the docs - nbsphinx > 0.8.5 @@ -29,12 +31,11 @@ dependencies: - black = 21.7b0 - click = 8.0.4 - flake8 >= 4.0.1 + - flake8-docstrings + - flake8-eradicate + - flake8-isort + - pydocstyle >= 2.0.0 - pylint >= 2.12.2 - - pip: - - pydocstyle >= 2.0.0 - - flake8-docstrings - - flake8-eradicate - - flake8-isort # testing and benchmarking - codecov @@ -47,8 +48,6 @@ dependencies: - pytest-mpl = 0.16.1 - pytest-split - shapely >= 1.8.2 - - pip: - - qsc # building - python-build