Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies:
- pep8-naming
- pycodestyle
- pyflakes
- black
- isort
- types-pkg_resources
- mypy>=0.790
Expand All @@ -47,6 +46,8 @@ dependencies:
- pip:
# pip for itk as conda-forge version only up to v5.1
- itk>=5.2
# black currently at v19 on conda vs v21 on pip
- black
# OS-specific needs to be done via pip:
# https://github.com/conda/conda/issues/8089
- pytype>=2020.6.1; platform_system != "Windows"
Expand Down