-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
80 lines (80 loc) · 2.06 KB
/
environment.yml
File metadata and controls
80 lines (80 loc) · 2.06 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
name: integer_calculator
channels:
- anaconda
- conda-forge
- defaults
dependencies:
- _libgcc_mutex=0.1=conda_forge
- _openmp_mutex=4.5=1_gnu
- appdirs=1.4.3=py_1
- astroid=2.4.2=py38_0
- black=20.8b1=py_1
- ca-certificates=2020.7.22=0
- certifi=2020.6.20=py38_0
- click=7.1.2=pyh9f0ad1d_0
- coverage=5.2.1=py38h7b6447c_0
- dataclasses=0.7=py38_0
- flake8=3.8.3=py_0
- importlib-metadata=1.7.0=py38_0
- iniconfig=1.0.1=py_0
- lazy-object-proxy=1.4.3=py38h7b6447c_0
- ld_impl_linux-64=2.35=h769bd43_9
- libffi=3.2.1=he1b5a44_1007
- libgcc-ng=9.3.0=h24d8f2e_16
- libgomp=9.3.0=h24d8f2e_16
- libstdcxx-ng=9.3.0=hdf63c60_16
- mccabe=0.6.1=py38_1
- more-itertools=8.5.0=py_0
- mypy=0.782=py_0
- mypy_extensions=0.4.3=py38h32f6830_1
- ncurses=6.2=he1b5a44_1
- openssl=1.1.1g=h7b6447c_0
- packaging=20.4=py_0
- pathspec=0.8.0=pyh9f0ad1d_0
- pip=20.2.3=py_0
- pluggy=0.13.1=py38_0
- psutil=5.7.2=py38h1e0a361_0
- py=1.9.0=py_0
- pycodestyle=2.6.0=py_0
- pyflakes=2.2.0=py_0
- pylint=2.6.0=py38_0
- pyparsing=2.4.7=py_0
- pytest=6.0.1=py38_0
- pytest-cov=2.10.1=py_0
- python=3.8.5=h1103e12_7_cpython
- python_abi=3.8=1_cp38
- readline=8.0=he28a2e2_2
- regex=2020.7.14=py38h1e0a361_0
- setuptools=49.6.0=py38h32f6830_0
- six=1.15.0=py_0
- sqlite=3.33.0=h4cf870e_0
- tk=8.6.10=hed695b0_0
- toml=0.10.1=pyh9f0ad1d_0
- typed-ast=1.4.1=py38h516909a_0
- typing_extensions=3.7.4.2=py_0
- wheel=0.35.1=pyh9f0ad1d_0
- wrapt=1.11.2=py38h7b6447c_0
- xz=5.2.5=h516909a_1
- zipp=3.1.0=py_0
- zlib=1.2.11=h516909a_1009
- pip:
- attrs==20.2.0
- cfgv==3.2.0
- distlib==0.3.1
- filelock==3.0.12
- flake8-annotations==2.4.0
- flake8-bugbear==20.1.4
- flake8-docstrings==1.5.0
- flake8-polyfill==1.0.2
- identify==1.5.2
- isort==5.5.2
- nodeenv==1.5.0
- pep8-naming==0.11.1
- pre-commit==2.7.1
- pydocstyle==5.1.1
- pytest-flake8==1.0.6
- pytest-mypy==0.7.0
- pytest-pylint==0.17.0
- pyyaml==5.3.1
- snowballstemmer==2.0.0
- virtualenv==20.0.31