11 lines
194 B
YAML
11 lines
194 B
YAML
|
# minimal requirements for developing python scripts
|
||
|
name: python-dev
|
||
|
channels:
|
||
|
- conda-forge
|
||
|
dependencies:
|
||
|
- python=3.11
|
||
|
- black=23.1.0
|
||
|
- flake8=6.0.0
|
||
|
- mypy=1.1.1
|
||
|
- ipython=8.11.0
|