File: environment.yml

package info (click to toggle)
tqdm 4.67.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 5,610; makefile: 160; sh: 16
file content (47 lines) | stat: -rw-r--r-- 1,218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# development environment
name: tqdm
channels:
- conda-forge
- defaults
dependencies:
# base
- python >=3.7
- pip
- ipykernel
- ipywidgets
- setuptools
- setuptools_scm
- toml
# test env managers
- pre-commit
- tox
- asv
# tests (native)
- pytest
- pytest-cov
- pytest-timeout
- pytest-asyncio>=0.24
- coverage
# extras
- dask               # dask
- matplotlib         # gui
- numpy              # pandas, keras, contrib.tenumerate
- pandas
- pyarrow            # pandas
- tensorflow         # keras
- slack-sdk          # contrib.slack
- requests           # contrib.telegram
- rich               # rich
- argopt             # `cd wiki && pymake`
- twine              # `pymake check pypi`
- python-build       # `python -m build`
# `cd docs && pymake`
- mkdocs-material
- pygments
- pymdown-extensions
- pip:
  - git+https://github.com/casperdcl/nbval.git@master#egg=nbval # tests (native)
  - py-make >=0.1.0                                          # `make/pymake`
  - mkdocs-minify-plugin                                     # `cd docs && pymake`
  - git+https://github.com/tqdm/jsmin@fix-pip#egg=jsmin      # `cd docs && pymake`
  - pydoc-markdown >=4.6                                     # `cd docs && pymake`