2020-12-25 00:17:59 +00:00
|
|
|
# development environment
|
|
|
|
name: tqdm
|
|
|
|
channels:
|
|
|
|
- conda-forge
|
|
|
|
- defaults
|
|
|
|
dependencies:
|
|
|
|
# base
|
|
|
|
- python=3
|
|
|
|
- pip
|
|
|
|
- ipykernel
|
|
|
|
- setuptools
|
|
|
|
- setuptools_scm
|
|
|
|
- toml
|
|
|
|
# test env managers
|
|
|
|
- tox
|
|
|
|
- asv
|
|
|
|
# tests (native)
|
|
|
|
- pytest
|
|
|
|
- pytest-cov
|
2021-01-03 22:02:40 +00:00
|
|
|
- pytest-timeout
|
2020-12-25 00:17:59 +00:00
|
|
|
- pytest-asyncio # [py>=3.7]
|
|
|
|
- flake8
|
|
|
|
- coverage
|
|
|
|
# extras
|
2020-12-25 01:30:21 +00:00
|
|
|
- matplotlib # gui
|
|
|
|
- numpy # pandas, keras, contrib.tenumerate
|
2020-12-25 00:17:59 +00:00
|
|
|
- pandas
|
2020-12-25 01:30:21 +00:00
|
|
|
- tensorflow # keras
|
|
|
|
- requests # contrib.telegram
|
|
|
|
- twine # `pymake pypi`
|
|
|
|
- argopt # `cd wiki && pymake`
|
|
|
|
- wheel # `setup.py bdist_wheel`
|
2020-12-25 00:17:59 +00:00
|
|
|
- pip:
|
2020-12-25 01:30:21 +00:00
|
|
|
- py-make >=0.1.0 # `setup.py make/pymake`
|
|
|
|
- pydoc-markdown # `cd docs && pymake`
|