tqdm/environment.yml

48 lines
1.1 KiB
YAML
Raw Normal View History

# development environment
name: tqdm
channels:
- conda-forge
- defaults
dependencies:
# base
2023-03-03 15:43:42 +00:00
- python >=3.7
- pip
- ipykernel
2021-03-08 22:26:04 +00:00
- ipywidgets
- setuptools
- setuptools_scm
- toml
# test env managers
2021-01-09 16:20:22 +00:00
- pre-commit
- tox
- asv
# tests (native)
- pytest
- pytest-cov
2021-01-03 22:02:40 +00:00
- pytest-timeout
2023-03-03 15:43:42 +00:00
- pytest-asyncio
2021-03-08 22:26:04 +00:00
- nbval
- coverage
# extras
2021-03-05 13:17:39 +00:00
- dask # dask
2020-12-25 01:30:21 +00:00
- matplotlib # gui
- numpy # pandas, keras, contrib.tenumerate
- pandas
2024-02-05 22:52:27 +00:00
- pyarrow # pandas
2020-12-25 01:30:21 +00:00
- tensorflow # keras
2022-04-04 00:20:25 +00:00
- slack-sdk # contrib.slack
2020-12-25 01:30:21 +00:00
- requests # contrib.telegram
2021-01-10 23:39:25 +00:00
- rich # rich
2020-12-25 01:30:21 +00:00
- argopt # `cd wiki && pymake`
- twine # `pymake check pypi`
- build # `python -m build`
2021-09-20 15:44:54 +00:00
# `cd docs && pymake`
- mkdocs-material
- pygments
- pymdown-extensions
- pip:
- py-make >=0.1.0 # `make/pymake`
2022-04-04 00:20:25 +00:00
- mkdocs-minify-plugin # `cd docs && pymake`
2024-08-03 21:18:22 +00:00
- git+https://github.com/tqdm/jsmin@fix-pip#egg=jsmin # `cd docs && pymake`
2024-07-22 14:02:33 +00:00
- pydoc-markdown >=4.6 # `cd docs && pymake`