20 lines
214 B
YAML
20 lines
214 B
YAML
name: python_lint
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- python=3.8
|
|
- pylint
|
|
- wheel
|
|
- setuptools
|
|
- mypy>=0.981
|
|
- numpy
|
|
- scipy
|
|
- pandas
|
|
- scikit-learn
|
|
- dask
|
|
- distributed
|
|
- black
|
|
- isort
|
|
- pyspark
|
|
- cloudpickle
|