add pre-commit to env

This commit is contained in:
Fabian Neumann 2020-09-11 15:43:14 +02:00
parent 570154fa78
commit 098448668b
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ dependencies:
- pip - pip
- pypsa>=0.17.1 - pypsa>=0.17.1
- atlite=0.0.3 - atlite=0.0.3
- pre-commit
# Dependencies of the workflow itself # Dependencies of the workflow itself
- scikit-learn - scikit-learn

View File

@ -11,6 +11,7 @@ channels:
dependencies: dependencies:
- python - python
- pip - pip
- pre-commit
- pypsa>=0.17.1 - pypsa>=0.17.1
- atlite=0.0.3 - atlite=0.0.3
@ -36,8 +37,7 @@ dependencies:
- progressbar2 - progressbar2
- pyyaml>=5.1.0 - pyyaml>=5.1.0
# Include ipython so that one does not inadvertently drop out of the conda # Keep in conda environment when calling ipython
# environment by calling ipython
- ipython - ipython
# GIS dependencies: # GIS dependencies: