From aff2e67d1267aaeede610deb3d4397248354f576 Mon Sep 17 00:00:00 2001 From: Hans-Martin von Gaudecker Date: Tue, 15 Nov 2022 17:37:53 +0100 Subject: [PATCH] Move pip-installed package to the very end, else it would not get installed automatically apparently. --- environment.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/environment.yml b/environment.yml index 98560b2c..292d7453 100644 --- a/environment.yml +++ b/environment.yml @@ -13,7 +13,6 @@ dependencies: # Package dependencies - cookiecutter - - pip - pytask>=0.2 - pytask-latex - plotly>=5.5.0 @@ -21,17 +20,6 @@ dependencies: - ipykernel - jupyterlab - # Misc - - black - - ipython - - pre-commit - - pytest - - pytest-cov - - pytest-xdist - - tox-conda - - pip: # pytest-cookiecutter - - git+https://github.com/andriihomiak/pytest-cookies.git@fix/quotes_in_user_config - # Documentation - furo - black @@ -47,3 +35,14 @@ dependencies: - pydata-sphinx-theme>=0.3.0 - myst-parser - python-kaleido + + # Misc + - black + - ipython + - pre-commit + - pytest + - pytest-cov + - pytest-xdist + - tox-conda + - pip: # pytest-cookiecutter + - git+https://github.com/andriihomiak/pytest-cookies.git@fix/quotes_in_user_config