Skip to content

Commit

Permalink
Move pip-installed package to the very end, else it would not get ins…
Browse files Browse the repository at this point in the history
…talled automatically apparently.
  • Loading branch information
hmgaudecker committed Nov 15, 2022
1 parent fc0ddb0 commit aff2e67
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,13 @@ dependencies:

# Package dependencies
- cookiecutter
- pip
- pytask>=0.2
- pytask-latex
- plotly>=5.5.0
- pandas
- 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
Expand All @@ -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

0 comments on commit aff2e67

Please sign in to comment.